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:47:07 -0400 |
| commit | 322b70f605d4097e6d1dbfc1b544e9ffdfd4fd49 (patch) | |
| tree | c0794ff577f9f2e7eabb5a8b2ae5a1eab33c3864 | |
| parent | 7b0da167250e87011daac42eeae0b41906fb32f3 (diff) | |
[2.1.x] Fixed typo in docs/releases/2.1.txt.
Backport of 0192e9a976ea7018220ec607de63a641323404b1 from master
| -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 ------------- |
