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 07:54:31 -0400
commit4ad2f862844d35404e4798b3227517625210a72e (patch)
treef7f746b502759cabb5b2aadbd04295ca3f820210 /docs
parent7f238097c0614707d6ee3fffbaf76f111b2fd38d (diff)
Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.
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`).