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

This commit is contained in:
Mariusz Felisiak 2020-09-24 10:03:24 +02:00
parent 10a289745f
commit 33e91f3ed8
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.