diff options
| author | Tim Graham <timograham@gmail.com> | 2018-09-18 15:46:15 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-09-18 15:46:38 -0400 |
| commit | 0192e9a976ea7018220ec607de63a641323404b1 (patch) | |
| tree | 4627bec9cfe51d509acb0d98b4e5d4e5278643bf /docs/releases/2.1.txt | |
| parent | 7ed4713a90dcaefcda55af1b44a2c399e28e3ee7 (diff) | |
Fixed typo in docs/releases/2.1.txt.
Diffstat (limited to 'docs/releases/2.1.txt')
| -rw-r--r-- | docs/releases/2.1.txt | 6 |
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 ------------- |
