From 773d3c3d01f39b1cedb7506ee7c1c3ceed91a17d Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 13 Sep 2014 04:18:41 +0000 Subject: Initial schema migration for irdb. I expected this to break yamltest, but it sails blithely along, suggesting that I've forgotten some bit of startup voodoo that it's doing. Regardless, the migration should be harmless, and now we know that South thinks it can read the IRDB models, which is progress. The current requirement to have a valid rpki.conf before one can run rpki-manage schemamigration etc is a bit of a pain, may need to do something about that. svn path=/branches/tk713/; revision=5949 --- rpki/irdb/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpki/irdb/models.py') diff --git a/rpki/irdb/models.py b/rpki/irdb/models.py index 26901a68..2db86ba8 100644 --- a/rpki/irdb/models.py +++ b/rpki/irdb/models.py @@ -84,7 +84,7 @@ class SignedReferralField(DERField): # Introspection rules for Django South -field_classes = [SignedReferralField] +field_classes = [HandleField, SignedReferralField] add_introspection_rules([(field_classes, [], {})], [r"^rpki\.irdb\.models\." + cls.__name__ -- cgit v1.2.3