From bcd211ab6dfb899733d04edaa909115ae7e83c3e Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 19 Sep 2014 04:20:08 +0000 Subject: Convert pubd to use Django ORM and lxml.etree. smoketest temporarily broken as it doesn't know anything about Django. svn path=/branches/tk705/; revision=5961 --- rpki/fields.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rpki/fields.py') diff --git a/rpki/fields.py b/rpki/fields.py index 3d859aaa..1ca6c893 100644 --- a/rpki/fields.py +++ b/rpki/fields.py @@ -24,12 +24,16 @@ the only sane text representation would just be the Base64 encoding of the DER and thus would add no value. """ +import logging + from django.db import models from south.modelsinspector import add_introspection_rules import rpki.x509 import rpki.sundial +logger = logging.getLogger(__name__) + class EnumField(models.PositiveSmallIntegerField): """ -- cgit v1.2.3