Skip to content

Commit 9e4f557

Browse files
carltongibsonfelixxm
authored andcommitted
[3.0.x] Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs.
Backport of b142bd4 from master
1 parent 5a15e3e commit 9e4f557

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ref/contrib/admin/index.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,9 +1088,9 @@ subclass::
10881088

10891089
.. attribute:: ModelAdmin.preserve_filters
10901090

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``.
1091+
By default, applied filters are preserved on the list view after creating,
1092+
editing, or deleting an object. You can have filters cleared by setting
1093+
this attribute to ``False``.
10941094

10951095
.. attribute:: ModelAdmin.radio_fields
10961096

0 commit comments

Comments
 (0)