We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5629c commit ad7fecaCopy full SHA for ad7feca
django_mongoengine/forms/document_options.py
@@ -74,7 +74,7 @@ class DocumentMetaWrapper(object):
74
app_config = Options.__dict__["app_config"]
75
try:
76
_property_names = Options.__dict__["_property_names"]
77
- except AttributeError:
+ except KeyError:
78
pass
79
80
def __init__(self, document):
0 commit comments