diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.4.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.0.4.txt b/docs/releases/5.0.4.txt index 9b2fd6b170..6503f1ada3 100644 --- a/docs/releases/5.0.4.txt +++ b/docs/releases/5.0.4.txt @@ -17,3 +17,7 @@ Bugfixes * Fixed a regression in Django 5.0 where the ``AdminFileWidget`` could be rendered with two ``id`` attributes on the "Clear" checkbox (:ticket:`35273`). + +* Fixed a bug in Django 5.0 that caused a migration crash on PostgreSQL 15+ + when adding a partial ``UniqueConstraint`` with ``nulls_distinct`` + (:ticket:`35329`). |
