diff options
| author | Tim Graham <timograham@gmail.com> | 2017-05-05 18:35:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-05 18:35:08 -0400 |
| commit | d66378a8b2d48d41b56ba3622189493e4edf9e5a (patch) | |
| tree | fc614f23ca4b01882b19de34ec55885204b2ad87 /docs | |
| parent | 2874531ab59d46a48e32fb553ac86499778784bc (diff) | |
Fixed #28175 -- Fixed __in lookups on a foreign key when using the foreign key's parent model as the lookup value.
Thanks Simon Charette for review.
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 e76ed491e9..7b1b887fa9 100644 --- a/docs/releases/1.11.1.txt +++ b/docs/releases/1.11.1.txt @@ -97,3 +97,6 @@ Bugfixes * Prevented hiding GDAL errors if it's not installed when using ``contrib.gis`` (:ticket:`28160`). (It's a required dependency as of Django 1.11.) + +* Fixed a regression causing ``__in`` lookups on a foreign key to fail when + using the foreign key's parent model as the lookup value (:ticket:`28175`). |
