summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-05 15:52:11 -0400
committerTim Graham <timograham@gmail.com>2015-08-20 08:14:16 -0400
commit333cbdcd2de4546e33ad50ebd8b67e1a1e87aeec (patch)
treef2cc68bc4557f9e5fa560f1214735c9e97039959 /docs
parent1b8d7eff3bb1de1f0b51137d720d6fcf7622bced (diff)
Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/primary key.
Thanks Anssi Kääriäinen for help.
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`).