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:55 -0500
commit8027c0a8d2584a519d32a7f64d8a8c928f702021 (patch)
treec0fa47558c0ee50caf1b3e3feb6c53685e9119bb
parent8230e9b7fad10d4a13a9d6c1001782f799f567c6 (diff)
[6.0.x] Fixed #36855, Refs #27222 -- Mentioned multiple invocations of Field.pre_save() in 6.0 release notes.
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Backport of 924156072ecf61ef9cf50fa0d4d553a4c0d416c2 from main.
-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