Skip to content

Commit 9241560

Browse files
Fixed #36855, Refs #27222 -- Mentioned multiple invocations of Field.pre_save() in 6.0 release notes.
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
1 parent 4ce4ed7 commit 9241560

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/releases/6.0.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,12 @@ Miscellaneous
481481
* The minimum supported version of ``asgiref`` is increased from 3.8.1 to
482482
3.9.1.
483483

484+
.. currentmodule:: django.db.models
485+
486+
* :meth:`Field.pre_save` may now be called more than once when saving model
487+
instances, so custom implementations should be idempotent and free of side
488+
effects.
489+
484490
.. _deprecated-features-6.0:
485491

486492
Features deprecated in 6.0

0 commit comments

Comments
 (0)