mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[4.1.x] Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL.
Regression in2eea361eff. Backport ofe3cb8bcb7dfrom main
This commit is contained in:
committed by
Mariusz Felisiak
parent
bee09df39f
commit
85942cf669
@@ -39,3 +39,7 @@ Bugfixes
|
||||
* Fixed a regression in Django 4.1 that caused an incorrect migration when
|
||||
adding ``AutoField``, ``BigAutoField``, or ``SmallAutoField`` on PostgreSQL
|
||||
(:ticket:`33919`).
|
||||
|
||||
* Fixed a regression in Django 4.1 that caused a migration crash on PostgreSQL
|
||||
when altering ``AutoField``, ``BigAutoField``, or ``SmallAutoField`` to
|
||||
``OneToOneField`` (:ticket:`33932`).
|
||||
|
||||
Reference in New Issue
Block a user