summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-20 12:46:14 -0400
committerTim Graham <timograham@gmail.com>2015-09-05 08:19:38 -0400
commit62347208bb0cef6990699d7373fa06e2e12ead07 (patch)
tree843d89b762630dc6a290d98edc0aa26763b5fada /docs
parentf1d6b5b5b1c8a3461e7bb90760531cf5725b59be (diff)
[1.8.x] Fixed #24525 -- Fixed AssertionError in some complex queries.
Thanks Anssi Kääriäinen for providing the solution. Backport of 2dc9ec5616a942de3a0886a707f93988f56dd594 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.5.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.8.5.txt b/docs/releases/1.8.5.txt
index ac1735bb16..66cee6e25c 100644
--- a/docs/releases/1.8.5.txt
+++ b/docs/releases/1.8.5.txt
@@ -14,6 +14,8 @@ Bugfixes
* Fixed ``AssertionError`` in some delete queries with a model containing a
field that is both a foreign and primary key (:ticket:`24951`).
+* Fixed ``AssertionError`` in some complex queries (:ticket:`24525`).
+
* Fixed a migrations crash with ``GenericForeignKey`` (:ticket:`25040`).
* Made ``translation.override()`` clear the overridden language when a