summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.13.txt4
1 files changed, 3 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`).