diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 6 |
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 |
