Skip to content

Commit 986cd28

Browse files
committed
[3.1.x] Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignKeys are not supported.
Backport of 33e91f3 from master
1 parent d05a1f5 commit 986cd28

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/ref/contrib/admin/index.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,11 @@ subclass::
992992
The ``FieldListFilter`` API is considered internal and might be
993993
changed.
994994

995+
.. note::
996+
997+
The :class:`~django.contrib.contenttypes.fields.GenericForeignKey`
998+
field is not supported.
999+
9951000
.. versionadded:: 3.1
9961001

9971002
The ``EmptyFieldListFilter`` class was added.

0 commit comments

Comments
 (0)