Opened 6 years ago
Closed 6 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 , 6 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 6 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Type: | Uncategorized → Bug |
Note:
See TracTickets
for help on using tickets.
I'll fix this and reference #29683. Closing as a duplicate.