summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-09-18 15:46:15 -0400
committerTim Graham <timograham@gmail.com>2018-09-18 15:46:38 -0400
commit0192e9a976ea7018220ec607de63a641323404b1 (patch)
tree4627bec9cfe51d509acb0d98b4e5d4e5278643bf /docs/releases/2.1.txt
parent7ed4713a90dcaefcda55af1b44a2c399e28e3ee7 (diff)
Fixed typo in docs/releases/2.1.txt.
Diffstat (limited to 'docs/releases/2.1.txt')
-rw-r--r--docs/releases/2.1.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index 59148ac9d2..5639c92e20 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -326,9 +326,9 @@ New default view permission could allow unwanted access to admin views
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you have a custom permission with a codename of the form
-``can_view_<modelname>``, the new view permission handling in the admin will
-allow view access to the changelist and detail pages for those models. If this
-is unwanted, you must change your custom permission codename.
+``view_<modelname>``, the new view permission handling in the admin will allow
+view access to the changelist and detail pages for those models. If this is
+unwanted, you must change your custom permission codename.
Miscellaneous
-------------