diff --git a/apps/common/db/models.py b/apps/common/db/models.py index f180b0da1..4969bd1a7 100644 --- a/apps/common/db/models.py +++ b/apps/common/db/models.py @@ -28,6 +28,7 @@ class IncludesTextChoicesMeta(type): assert includes attrs = _EnumDict() + attrs._cls_name = classname for k, v in classdict.items(): attrs[k] = v