diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-09-24 09:45:51 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-09-25 10:09:28 +0200 |
| commit | e4ab44a4b2ef70be09c35c9197a19fd2e993b4d6 (patch) | |
| tree | 2dfaa9b004c4089f81472020223c1e8ab164a0c8 /docs/releases/3.1.2.txt | |
| parent | 33e91f3ed8ce6412d9d0964acb59166579b9b20c (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.txt | 3 |
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`). |
