diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-12 17:30:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-12 17:30:23 +0200 |
| commit | 5c803bc0702511c8bc05e9db600367a465514f82 (patch) | |
| tree | d5aa132e66950ce61cc4e08c7b3dd6926be0d270 /docs | |
| parent | 4fcba800b84fc5fb53cdc70e4bea37ec958516fd (diff) | |
Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.
Thanks Jack Calvin Brown for the report.
Regression in 2eea361eff58dd98c409c5227064b901f41bd0d6.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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`). |
