We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d519d3 commit b142bd4Copy full SHA for b142bd4
docs/ref/contrib/admin/index.txt
@@ -1112,9 +1112,9 @@ subclass::
1112
1113
.. attribute:: ModelAdmin.preserve_filters
1114
1115
- The admin now preserves filters on the list view after creating, editing
1116
- or deleting an object. You can restore the previous behavior of clearing
1117
- 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``.
1118
1119
.. attribute:: ModelAdmin.radio_fields
1120
0 commit comments