Misc cleanup

This commit is contained in:
Jeremy Stretch
2019-04-19 14:56:40 -04:00
parent acaa3c2663
commit 94837647d7
3 changed files with 11 additions and 3 deletions

View File

@@ -29,8 +29,8 @@ Django 2.1 introduced the ability to enforce view-only permissions for different
these by default. You can grant view permission to a user or group by assigning the "can view" permission for the
desired object(s).
To exempt certain objects from the enforcement of view permissions, so that any user (including anonymous users) can
view them, add them to the new `EXEMPT_VIEW_PERMISSIONS` setting in `configuration.py`:
To exempt certain object types from the enforcement of view permissions, so that any user (including anonymous users)
can view them, add them to the new `EXEMPT_VIEW_PERMISSIONS` setting in `configuration.py`:
```
EXEMPT_VIEW_PERMISSIONS = [