diff options
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`). |
