diff options
| author | VIZZARD-X <vigneshanandmay13@gmail.com> | 2025-11-20 11:30:26 +0530 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-21 17:06:17 -0500 |
| commit | 11f9fae0b79651291e89446c367d0d1223abbd20 (patch) | |
| tree | 00e89a46e10d6259621b1f5626f7bf301978914b /docs/topics | |
| parent | a89183e63844a937aacd3ddb73c4952ef869d2cc (diff) | |
Fixed #36741 -- Linked to custom save()/delete() caveats in docs/ref/models/querysets.txt.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/db/models.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt index 8c53aa7058..45156d8a16 100644 --- a/docs/topics/db/models.txt +++ b/docs/topics/db/models.txt @@ -964,6 +964,8 @@ example:: See :ref:`ref-models-update-fields` for more details. +.. _methods-not-called-on-bulk-operations: + .. admonition:: Overridden model methods are not called on bulk operations Note that the :meth:`~Model.delete` method for an object is not |
