From f9a459337672a2094c61cb53ce8626ace7101a09 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 5 May 2017 18:35:08 -0400 Subject: [1.11.x] 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. Backport of d66378a8b2d48d41b56ba3622189493e4edf9e5a from master --- docs/releases/1.11.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3