mirror of https://github.com/django/django.git
[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:
parent
d05a1f5792
commit
986cd28f95
|
@ -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…
Reference in New Issue