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 dbeb2de commit 525d960Copy full SHA for 525d960
docs/source/ref/models/models.rst
@@ -14,3 +14,6 @@ One MongoDB-specific model is available in ``django_mongodb_backend.models``.
14
any of the normal ``QuerySet`` methods (``all()``, ``filter()``,
15
``delete()``, etc.) You also cannot call ``Model.save()`` and ``delete()``
16
on them.
17
+
18
+ Embedded model instances won't have a value for their primary key unless
19
+ one is explicitly set.
0 commit comments