mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[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 in2eea361eff. Backport of19e6efa50bfrom main
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user