Browse Source

feat: 支持 py3.9

pull/8873/head
ibuler 2 years ago
parent
commit
deba0c9057
  1. 1
      apps/common/db/models.py

1
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

Loading…
Cancel
Save