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 5a15e3e commit 9e4f557Copy full SHA for 9e4f557
docs/ref/contrib/admin/index.txt
@@ -1088,9 +1088,9 @@ subclass::
1088
1089
.. attribute:: ModelAdmin.preserve_filters
1090
1091
- The admin now preserves filters on the list view after creating, editing
1092
- or deleting an object. You can restore the previous behavior of clearing
1093
- 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``.
1094
1095
.. attribute:: ModelAdmin.radio_fields
1096
0 commit comments