Opened 6 years ago

Closed 6 years ago

Last modified 5 years ago

#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 Tim Graham, 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: UnreviewedAccepted

comment:4 by Tim Graham, 6 years ago

Has patch: set
Triage Stage: AcceptedReady for checkin

comment:5 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: newclosed

In e40e702:

Fixed #29683 -- Added view permission to docs.

comment:6 by Tim Graham <timograham@…>, 6 years ago

In f5335bc7:

[2.1.x] Fixed #29683 -- Added view permission to docs.

Backport of e40e7026cad400d720963aea0ba156a19f83b058 from master.

comment:7 by Tim Graham <timograham@…>, 5 years ago

In 50f0926:

Refs #29683 -- Updated multi-db docs for view permission.

comment:8 by Tim Graham <timograham@…>, 5 years ago

In 8205116:

[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.

Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master

comment:10 by Tim Graham <timograham@…>, 5 years ago

In 0c295a75:

[2.1.x] Refs #29683 -- Updated multi-db docs for view permission.

Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master

Note: See TracTickets for help on using tickets.
Back to Top