summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkundan223 <kundan0707y@gmail.com>2026-01-13 23:19:20 +0530
committerJacob Walls <jacobtylerwalls@gmail.com>2026-01-14 14:45:03 -0500
commit924156072ecf61ef9cf50fa0d4d553a4c0d416c2 (patch)
tree123113b69e6f0969fd3d098a1fde81137656fe5e
parent4ce4ed72a4ddc7d101df0fd31f1d0e449d8af501 (diff)
Fixed #36855, Refs #27222 -- Mentioned multiple invocations of Field.pre_save() in 6.0 release notes.
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
-rw-r--r--docs/releases/6.0.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt
index de874ad855..ff810b0354 100644
--- a/docs/releases/6.0.txt
+++ b/docs/releases/6.0.txt
@@ -481,6 +481,12 @@ Miscellaneous
* The minimum supported version of ``asgiref`` is increased from 3.8.1 to
3.9.1.
+.. currentmodule:: django.db.models
+
+* :meth:`Field.pre_save` may now be called more than once when saving model
+ instances, so custom implementations should be idempotent and free of side
+ effects.
+
.. _deprecated-features-6.0:
Features deprecated in 6.0