diff --git a/common/djangoapps/xmodule_django/models.py b/common/djangoapps/xmodule_django/models.py index 0be207e8a6..8a3046c33b 100644 --- a/common/djangoapps/xmodule_django/models.py +++ b/common/djangoapps/xmodule_django/models.py @@ -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"])