diff options
| author | Anssi Kääriäinen <anssi.kaariainen@thl.fi> | 2016-02-11 08:39:37 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-11 11:09:55 -0500 |
| commit | 1d9ee181fe09a5c3784bbbf802cc522f11ff25ef (patch) | |
| tree | 631f3b6efd4de904401188b62fc0dc6150150f36 /docs | |
| parent | 25496f0f7b953b9bca709ab20bc536137f57402d (diff) | |
[1.9.x] Fixed #26196 -- Made sure __in lookups use to_field as default.
Thanks Simon Charette for the test.
Backport of 46ecfb9b3a11a360724e3375ba78c33c46d6a992 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.3.txt | 3 |
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`). |
