diff options
| author | Simon Charette <charette.s@gmail.com> | 2017-04-22 17:04:02 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2017-04-23 00:21:27 -0400 |
| commit | 8ef35468b660e1c25af67a8299202b8bc108679f (patch) | |
| tree | 144dcaf70e7baaee809db7dc1f3cd479eb450101 /docs | |
| parent | 3f1ba76851e1dc140d4544fa50a463425be197b2 (diff) | |
Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_field.
Thanks Kristian Klette for the report and Tim for the help.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt index 1ce96347d7..78715791e7 100644 --- a/docs/releases/1.11.1.txt +++ b/docs/releases/1.11.1.txt @@ -52,3 +52,6 @@ Bugfixes * Corrected the stack level of unordered queryset pagination warnings (:ticket:`28109`). + +* Fixed a regression causing incorrect queries for ``__in`` subquery lookups + when models use ``ForeignKey.to_field`` (:ticket:`28101`). |
