Opened 5 years ago

Closed 5 years ago

#30212 closed Bug (duplicate)

Update documentation for multiple databases to reflect four default permissions

Reported by: Ryan Schave Owned by: nobody
Component: Documentation Version: 2.1
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The last bullet point in https://docs.djangoproject.com/en/2.1/topics/db/multi-db/#behavior-of-contrib-apps indicates three permission objects are created for each model. I believe this is in reference to the default permissions that are created with each model. Django 2.1 introduced the view permission (https://docs.djangoproject.com/en/dev/releases/2.1/#model-view-permission), bringing this number to four.

Change History (2)

comment:1 by Simon Charette, 5 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham, 5 years ago

Resolution: duplicate
Status: newclosed
Type: UncategorizedBug

I'll fix this and reference #29683. Closing as a duplicate.

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