Skip to content

Commit 529a2ef

Browse files
committed
Fix: Default abstract property for meta classes
1 parent 0bf7696 commit 529a2ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_mongoengine/forms/document_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class DocumentMetaWrapper(object):
5353
model_name = None
5454
verbose_name = None
5555
has_auto_field = False
56+
abstract = False
5657
object_name = None
5758
proxy = []
5859
virtual_fields = []

0 commit comments

Comments
 (0)