Commit 0e171be2 by Ned Batchelder

Merge pull request #7246 from cguardia/patch-1

Add empty introspection rule for BlockTypeKeyField.
parents f8c9fdf6 c04e76e6
......@@ -199,3 +199,4 @@ Mat Moore <mat@mooresoftware.co.uk>
Muzaffar Yousaf <muzaffar@edx.org>
Sylvain <sylvain@openfun.fr>
Mayank Jain <mjmayank@gmail.com>
Carlos de la Guardia <cguardia@yahoo.com>
......@@ -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