summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-09-24 09:45:51 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-09-25 10:10:26 +0200
commitb7df7de44f03b569d223ed6f2c6698b7f039d38f (patch)
tree7a334960518b8520bfca89f31c0df29ca2db13e0 /docs
parent986cd28f95c77bd14907726caa0f8b0734a4e581 (diff)
[3.1.x] Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
Thanks Javier Matos Odut for the report. Backport of e4ab44a4b2ef70be09c35c9197a19fd2e993b4d6 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.2.txt b/docs/releases/3.1.2.txt
index 90ce6af97f..598bd2a754 100644
--- a/docs/releases/3.1.2.txt
+++ b/docs/releases/3.1.2.txt
@@ -23,3 +23,6 @@ Bugfixes
* Fixed a bug in Django 3.1 where a test database was not synced during
creation when using the :setting:`MIGRATE <TEST_MIGRATE>` test database
setting (:ticket:`32012`).
+
+* Fixed a ``django.contrib.admin.EmptyFieldListFilter`` crash when using on a
+ ``GenericRelation`` (:ticket:`32038`).