summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.11.13.txt4
-rw-r--r--docs/releases/2.0.5.txt4
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/releases/1.11.13.txt b/docs/releases/1.11.13.txt
index 8dbd651652..b9fd3329ef 100644
--- a/docs/releases/1.11.13.txt
+++ b/docs/releases/1.11.13.txt
@@ -9,4 +9,6 @@ Django 1.11.13 fixes several bugs in 1.11.12.
Bugfixes
========
-* ...
+* Fixed a regression in Django 1.11.8 where altering a field with a unique
+ constraint may drop and rebuild more foreign keys than necessary
+ (:ticket:`29193`).
diff --git a/docs/releases/2.0.5.txt b/docs/releases/2.0.5.txt
index c7a7a84d9e..c88135aeb9 100644
--- a/docs/releases/2.0.5.txt
+++ b/docs/releases/2.0.5.txt
@@ -11,3 +11,7 @@ Bugfixes
* Corrected the import paths that ``inspectdb`` generates for
``django.contrib.postgres`` fields (:ticket:`29307`).
+
+* Fixed a regression in Django 1.11.8 where altering a field with a unique
+ constraint may drop and rebuild more foreign keys than necessary
+ (:ticket:`29193`).