From 11f9fae0b79651291e89446c367d0d1223abbd20 Mon Sep 17 00:00:00 2001 From: VIZZARD-X Date: Thu, 20 Nov 2025 11:30:26 +0530 Subject: Fixed #36741 -- Linked to custom save()/delete() caveats in docs/ref/models/querysets.txt. --- docs/topics/db/models.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/topics/db') 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 -- cgit v1.3