diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-09-24 10:03:24 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-09-25 10:10:20 +0200 |
| commit | 986cd28f95c77bd14907726caa0f8b0734a4e581 (patch) | |
| tree | a5b6af93e0de2bab9b2fa13788e6f3c7e26a9939 | |
| parent | d05a1f5792bd7b7c0b3c75494ce128453b88d3c7 (diff) | |
[3.1.x] Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignKeys are not supported.
Backport of 33e91f3ed8ce6412d9d0964acb59166579b9b20c from master
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 1fadbcf0d5..1d3b73fb29 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -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. |
