diff --git a/AUTHORS b/AUTHORS index 37752d3404..e320ef220f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -199,3 +199,4 @@ Mat Moore Muzaffar Yousaf Sylvain Mayank Jain +Carlos de la Guardia 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"])