Commit baa1b05e by Carlos de la Guardia

Add empty introspection rule fro BlockTypeKeyField.

From 0.7 on, South requires explicit introspection rules. Previously, it used the parser module to introspect.
parent 4cb45571
......@@ -179,3 +179,4 @@ class BlockTypeKeyField(OpaqueKeyField):
add_introspection_rules([], [r"^xmodule_django\.models\.CourseKeyField"])
add_introspection_rules([], [r"^xmodule_django\.models\.LocationKeyField"])
add_introspection_rules([], [r"^xmodule_django\.models\.UsageKeyField"])
add_introspection_rules([], [r"^xmodule_django\.models\.BlockTypeKeyField"])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment