summaryrefslogtreecommitdiff
path: root/docs/releases/4.0.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/4.0.2.txt')
-rw-r--r--docs/releases/4.0.2.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.0.2.txt b/docs/releases/4.0.2.txt
index 8227d98622..af0f728c54 100644
--- a/docs/releases/4.0.2.txt
+++ b/docs/releases/4.0.2.txt
@@ -28,3 +28,7 @@ Bugfixes
* Fixed a regression in Django 4.0 that caused incorrect
:attr:`.ModelAdmin.radio_fields` layout in the admin (:ticket:`33407`).
+
+* Fixed a duplicate operation regression in Django 4.0 that caused a migration
+ crash when altering a primary key type for a concrete parent model referenced
+ by a foreign key (:ticket:`33462`).