From 97353bc64baca2affe6be6a0c4e5c3cc1de496ec Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 29 Sep 2022 13:20:14 +0200 Subject: [4.1.x] Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fields on PostgreSQL. Thanks Anders Kaseorg for the report. Thanks Florian Apolloner for pair programming. Regression in 2eea361eff58dd98c409c5227064b901f41bd0d6. Backport of 19e6efa50b603af325e7f62058364f278596758f from main --- docs/releases/4.1.2.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.1.2.txt b/docs/releases/4.1.2.txt index 434bc5f587..57b0b6c6e8 100644 --- a/docs/releases/4.1.2.txt +++ b/docs/releases/4.1.2.txt @@ -35,3 +35,7 @@ Bugfixes * Fixed a regression in Django 4.1 where the ``--debug-mode`` argument to ``test`` did not work when running parallel tests with the ``multiprocessing`` start method ``spawn`` (:ticket:`34010`). + +* Fixed a regression in Django 4.1 that didn't alter a sequence type when + altering type of pre-Django 4.1 serial columns on PostgreSQL + (:ticket:`34058`). -- cgit v1.3