Fixed typo in docs/releases/2.1.txt.

This commit is contained in:
Tim Graham 2018-09-18 15:46:15 -04:00
parent 7ed4713a90
commit 0192e9a976
1 changed files with 3 additions and 3 deletions

View File

@ -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 If you have a custom permission with a codename of the form
``can_view_<modelname>``, the new view permission handling in the admin will ``view_<modelname>``, the new view permission handling in the admin will allow
allow view access to the changelist and detail pages for those models. If this view access to the changelist and detail pages for those models. If this is
is unwanted, you must change your custom permission codename. unwanted, you must change your custom permission codename.
Miscellaneous Miscellaneous
------------- -------------