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:09:28 +0200 |
| commit | 33e91f3ed8ce6412d9d0964acb59166579b9b20c (patch) | |
| tree | 763934dd2863a744cac57fe4411500626cbaecd2 /docs | |
| parent | 10a289745f8ecb558f5c22d734315c96d8d4b96e (diff) | |
Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignKeys are not supported.
Diffstat (limited to 'docs')
| -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 3060c66607..ad9558024b 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. |
