[3.1.x] Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignKeys are not supported.

Backport of 33e91f3ed8 from master
This commit is contained in:
Mariusz Felisiak 2020-09-24 10:03:24 +02:00
parent d05a1f5792
commit 986cd28f95
1 changed files with 5 additions and 0 deletions

View File

@ -992,6 +992,11 @@ subclass::
The ``FieldListFilter`` API is considered internal and might be
changed.
.. note::
The :class:`~django.contrib.contenttypes.fields.GenericForeignKey`
field is not supported.
.. versionadded:: 3.1
The ``EmptyFieldListFilter`` class was added.