#2624 closed defect (fixed)
Doc string misleading in contrib.auth Permission model.
Reported by: | anonymous | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | trivial | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I was looking through the code in contrib.auth, and the last sentence in the doc string for the permission model seems misleading. It reads:
"Three basic permissions -- add, create and delete -- are automatically created for each Django model."
Shouldn't that be:
"Three basic permissions -- add, change and delete -- are automatically created for each Django model."
Note the emphasis.
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Sorry, the bug was reported by me but I forgot to add my email address.