mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[3.1.x] Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs.
Backport of b142bd4a1b83b77c5c81a8cf5a80a63608f96ad4 from master
This commit is contained in:
parent
4e3b0f56ba
commit
268ba2db8e
@ -1108,9 +1108,9 @@ subclass::
|
|||||||
|
|
||||||
.. attribute:: ModelAdmin.preserve_filters
|
.. attribute:: ModelAdmin.preserve_filters
|
||||||
|
|
||||||
The admin now preserves filters on the list view after creating, editing
|
By default, applied filters are preserved on the list view after creating,
|
||||||
or deleting an object. You can restore the previous behavior of clearing
|
editing, or deleting an object. You can have filters cleared by setting
|
||||||
filters by setting this attribute to ``False``.
|
this attribute to ``False``.
|
||||||
|
|
||||||
.. attribute:: ModelAdmin.radio_fields
|
.. attribute:: ModelAdmin.radio_fields
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user