diff options
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`). |
