From 5c803bc0702511c8bc05e9db600367a465514f82 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 12 Aug 2022 17:30:23 +0200 Subject: Fixed #33919 -- Fixed adding AutoFields on PostgreSQL. Thanks Jack Calvin Brown for the report. Regression in 2eea361eff58dd98c409c5227064b901f41bd0d6. --- docs/releases/4.1.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt index 55c0b7ed08..22b9be5bf7 100644 --- a/docs/releases/4.1.1.txt +++ b/docs/releases/4.1.1.txt @@ -35,3 +35,7 @@ Bugfixes * Fixed a bug in Django 4.1 that caused an incorrect validation of ``CheckConstraint()`` with range fields on PostgreSQL (:ticket:`33905`). + +* Fixed a regression in Django 4.1 that caused an incorrect migration when + adding ``AutoField``, ``BigAutoField``, or ``SmallAutoField`` on PostgreSQL + (:ticket:`33919`). -- cgit v1.3