mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignKeys are not supported.
This commit is contained in:
parent
10a289745f
commit
33e91f3ed8
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue