summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.8.5.txt b/docs/releases/1.8.5.txt
index 43a959197b..df7783f4df 100644
--- a/docs/releases/1.8.5.txt
+++ b/docs/releases/1.8.5.txt
@@ -9,4 +9,5 @@ Django 1.8.5 fixes several bugs in 1.8.4.
Bugfixes
========
-* ...
+* Fixed ``AssertionError`` in some delete queries with a model containing a
+ field that is both a foreign and primary key (:ticket:`24951`).