Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#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 david@…, 18 years ago

Sorry, the bug was reported by me but I forgot to add my email address.

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3681]) Fixed #2624 -- Fixed typo in docstring for Permission model. Thanks, david@…

comment:3 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

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