summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.0.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/6.0.2.txt b/docs/releases/6.0.2.txt
index b25f1af472..d74a8bd763 100644
--- a/docs/releases/6.0.2.txt
+++ b/docs/releases/6.0.2.txt
@@ -15,3 +15,6 @@ Bugfixes
to wrap below the changelist when filter elements contained long text
(:ticket:`36850`).
+* Fixed a regression in Django 6.0 where ``auto_now_add`` field values were not
+ populated during ``INSERT`` operations, due to incorrect parameters passed to
+ ``field.pre_save()`` (:ticket:`36847`).