summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2020-07-02 11:18:50 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-07-02 21:10:34 +0200
commit268ba2db8e0b94359f19c3f387a2a5555f701154 (patch)
treea3cdc8edc50fc6ddb80ee6a135d273ba9898f274 /docs
parent4e3b0f56baecea58b1517f7a29d595ca2ef3aaf0 (diff)
[3.1.x] Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs.
Backport of b142bd4a1b83b77c5c81a8cf5a80a63608f96ad4 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/index.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 3fbf1bb6ed..4a4450175f 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -1108,9 +1108,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