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:46:08 -0400
commitffe755e990fa7e680960c7a413d387a79f194204 (patch)
tree1da8b0cc8154540023b03db7d156e723d54eeaa4 /docs
parent3fa52296006b20347919287055d6dde7b08a2478 (diff)
[1.8.x] Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/primary key.
Thanks Anssi Kääriäinen for help. Backport of 333cbdcd2de4546e33ad50ebd8b67e1a1e87aeec from master
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`).