summaryrefslogtreecommitdiff
path: root/docs/releases/3.1.2.txt
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:09:28 +0200
commite4ab44a4b2ef70be09c35c9197a19fd2e993b4d6 (patch)
tree2dfaa9b004c4089f81472020223c1e8ab164a0c8 /docs/releases/3.1.2.txt
parent33e91f3ed8ce6412d9d0964acb59166579b9b20c (diff)
Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
Thanks Javier Matos Odut for the report.
Diffstat (limited to 'docs/releases/3.1.2.txt')
-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`).