summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaulo <commonzenpython@gmail.com>2017-06-03 18:13:38 -0400
committerTim Graham <timograham@gmail.com>2017-06-06 08:18:08 -0400
commita0707947e4aacd461a3dbb653ddbf800ec2a6dea (patch)
treea588011ee90fef8bc5e9ded4ac2bcb32ca040231 /docs
parentb373812b0bb4654e049ccf6a60e92a7e9f603a99 (diff)
[1.11.x] Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.
Backport of 4ad2f862844d35404e4798b3227517625210a72e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.3.txt b/docs/releases/1.11.3.txt
index f273a36e9f..5b3b1066a9 100644
--- a/docs/releases/1.11.3.txt
+++ b/docs/releases/1.11.3.txt
@@ -18,3 +18,6 @@ Bugfixes
* Fixed an incorrect ``DisallowedModelAdminLookup`` exception when using
a nested reverse relation in ``list_filter`` (:ticket:`28262`).
+
+* Fixed admin's ``FieldListFilter.get_queryset()`` crash on invalid input
+ (:ticket:`28202`).