#29683 closed Cleanup/optimization (fixed)
Add the view permission to several places in the docs
Reported by: | Ariel Pontes | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 2.1 |
Severity: | Normal | Keywords: | permissions |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Since Django 2.1, view permissions are added by default. However, parts of the documentation were not updated. For example:
The docstring in the Permissions model ("Three basic permissions […]")
The docs on Default permissions ("… three default permissions …")
The docs on Custom permissions (it says the example includes 3 custom permissions, but in fact only 2 are custom, because the view permission is now default)
The docs on the Advanced features of TransactionTestCase (again, it says 3 permissions are created by default)
Change History (7)
comment:1 by , 6 years ago
Summary: | View permissions were added by default in Django 2.1 but docs remained out of date. → Add the view permission to several places in the docs |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:4 by , 6 years ago
Has patch: | set |
---|---|
Triage Stage: | Accepted → Ready for checkin |
PR