mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
[3.0.x] Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs.
Backport of b142bd4a1b
from master
This commit is contained in:
parent
5a15e3e378
commit
9e4f55757d
1 changed files with 3 additions and 3 deletions
|
@ -1088,9 +1088,9 @@ subclass::
|
|||
|
||||
.. attribute:: ModelAdmin.preserve_filters
|
||||
|
||||
The admin now preserves filters on the list view after creating, editing
|
||||
or deleting an object. You can restore the previous behavior of clearing
|
||||
filters by setting this attribute to ``False``.
|
||||
By default, applied filters are preserved on the list view after creating,
|
||||
editing, or deleting an object. You can have filters cleared by setting
|
||||
this attribute to ``False``.
|
||||
|
||||
.. attribute:: ModelAdmin.radio_fields
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue