|
@@ -644,8 +644,9 @@ Deleting objects
|
|
|
|
|
|
Issues an SQL ``DELETE`` for the object. This only deletes the object in the
|
|
|
database; the Python instance will still exist and will still have data in
|
|
|
-its fields. This method returns the number of objects deleted and a dictionary
|
|
|
-with the number of deletions per object type.
|
|
|
+its fields, except for the primary key set to ``None``. This method returns the
|
|
|
+number of objects deleted and a dictionary with the number of deletions per
|
|
|
+object type.
|
|
|
|
|
|
For more details, including how to delete objects in bulk, see
|
|
|
:ref:`topics-db-queries-delete`.
|