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 d875f3b commit 41bc837Copy full SHA for 41bc837
django_mongoengine/document.py
@@ -14,7 +14,7 @@
14
# TopLevelDocumentMetaclass is using ObjectIdField to create default pk field,
15
# if one's not set explicitly.
16
# We need to know it's not editable and auto_created.
17
-mtc.ObjectIdField = partial(ObjectIdField, editable=False, auto_created=True)
+#mtc.ObjectIdField = partial(ObjectIdField, editable=False, auto_created=True)
18
19
20
def django_meta(meta, *top_bases):
0 commit comments