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 60b98ef commit ae2aa0eCopy full SHA for ae2aa0e
docs/source/ref/models/models.rst
@@ -13,3 +13,6 @@ must subclass.
13
Since these models are not stored in their own collection, they do not have
14
any of the normal ``QuerySet`` methods (``all()``, ``filter()``, ``delete()``,
15
etc.) You also cannot call ``Model.save()`` and ``delete()`` on them.
16
+
17
+Embedded model instances won't have a value for their primary key unless one is
18
+explicitly set.
0 commit comments