mirror of
https://github.com/django/django.git
synced 2025-07-07 11:19:12 +00:00
[4.0.x] Fixed #33644 -- Corrected FAQ about displaying ManyToManyField in list_filter.
Backport of 7d26d5f8f17637a768f9d46e96547ae12e2418ae from main
This commit is contained in:
parent
38f12b2a41
commit
2fc7cb9d39
@ -49,10 +49,10 @@ My "list_filter" contains a ManyToManyField, but the filter doesn't display.
|
||||
============================================================================
|
||||
|
||||
Django won't bother displaying the filter for a ``ManyToManyField`` if there
|
||||
are fewer than two related objects.
|
||||
are no related objects.
|
||||
|
||||
For example, if your :attr:`~django.contrib.admin.ModelAdmin.list_filter`
|
||||
includes :doc:`sites </ref/contrib/sites>`, and there's only one site in your
|
||||
includes :doc:`sites </ref/contrib/sites>`, and there are no sites in your
|
||||
database, it won't display a "Site" filter. In that case, filtering by site
|
||||
would be meaningless.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user