mirror of
https://github.com/django/django.git
synced 2025-03-24 00:00:45 +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
@ -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…
x
Reference in New Issue
Block a user