From e4ab44a4b2ef70be09c35c9197a19fd2e993b4d6 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 24 Sep 2020 09:45:51 +0200 Subject: Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation. Thanks Javier Matos Odut for the report. --- docs/releases/3.1.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 database setting (:ticket:`32012`). + +* Fixed a ``django.contrib.admin.EmptyFieldListFilter`` crash when using on a + ``GenericRelation`` (:ticket:`32038`). -- cgit v1.3