summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnssi Kääriäinen <anssi.kaariainen@thl.fi>2016-02-11 08:39:37 +0200
committerTim Graham <timograham@gmail.com>2016-02-11 11:09:08 -0500
commit46ecfb9b3a11a360724e3375ba78c33c46d6a992 (patch)
tree29826ddb4ce88d420826d63025fab3c808733d24 /docs
parent04e13c89138d48c20e774a2b6bf06796f73ac0fe (diff)
Fixed #26196 -- Made sure __in lookups use to_field as default.
Thanks Simon Charette for the test.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.3.txt b/docs/releases/1.9.3.txt
index 61a92878c7..e6f200c864 100644
--- a/docs/releases/1.9.3.txt
+++ b/docs/releases/1.9.3.txt
@@ -21,3 +21,6 @@ Bugfixes
* Fixed a regression for cases where
``ForeignObject.get_extra_descriptor_filter()`` returned a ``Q`` object
(:ticket:`26153`).
+
+* Fixed regression with an ``__in=qs`` lookup for a ``ForeignKey`` with
+ ``to_field`` set (:ticket:`26196`).