diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.2.txt b/docs/releases/3.0.2.txt index ccc82b18ae..ebb85d1f46 100644 --- a/docs/releases/3.0.2.txt +++ b/docs/releases/3.0.2.txt @@ -14,3 +14,7 @@ Bugfixes * Fixed a regression in Django 3.0 where ``QuerySet.exists()`` crashed if a queryset contained an aggregation over a ``Subquery()`` (:ticket:`31109`). + +* Fixed a regression in Django 3.0 that caused a migration crash on PostgreSQL + 10+ when adding a foreign key and changing data in the same migration + (:ticket:`31106`). |
