mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[4.1.x] Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.
Thanks Jack Calvin Brown for the report. Regression in2eea361eff. Backport of5c803bc070from main
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user