summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.10.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.11.10.txt b/docs/releases/1.11.10.txt
index d078959357..49e19614a5 100644
--- a/docs/releases/1.11.10.txt
+++ b/docs/releases/1.11.10.txt
@@ -9,4 +9,5 @@ Django 1.11.10 fixes several bugs in 1.11.9.
Bugfixes
========
-* ...
+* Fixed incorrect foreign key nullification if a model has two foreign keys to
+ the same model and a target model is deleted (:ticket:`29016`).