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 01:16:04 -0400 |
| commit | 0ad16934940fdbf0984f5255c7e5fff085593737 (patch) | |
| tree | 04fbbd51dce93e68f4d9fb63cabbf63ca9d30c2a /docs | |
| parent | 395df007f4151390c614866d99827bbed1795a43 (diff) | |
[1.11.x] Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_field.
Thanks Kristian Klette for the report and Tim for the help.
Backport of 8ef35468b660e1c25af67a8299202b8bc108679f from master
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`). |
