Opened 16 years ago

Closed 14 years ago

Last modified 14 years ago

#8145 closed (fixed)

Codenames of default permissions not listed in documentation

Reported by: Josh Rosen Owned by: Jannis Leidel
Component: Documentation Version: dev
Severity: Keywords: permissions, authentication
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The documentation at http://www.djangoproject.com/documentation/authentication/#default-permissions describing the default add, change, and delete permissions does not list the codenames needed to use those permissions. Although the codenames of these permissions are findable by looking at the database or Django's source, it would be nice to have them stated explicitly in the documentation.

Attachments (1)

8145.diff (1.3 KB ) - added by Tim Graham 14 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Jeff Anderson, 16 years ago

Triage Stage: UnreviewedAccepted

comment:2 by dc, 15 years ago

#11545 is a duplicate of this ticket and has patch.

by Tim Graham, 14 years ago

Attachment: 8145.diff added

comment:3 by Tim Graham, 14 years ago

Has patch: set
Triage Stage: AcceptedReady for checkin

added slightly tweaked patch from #11545, thanks emes for the original patch

comment:4 by Jannis Leidel, 14 years ago

Owner: changed from nobody to Jannis Leidel
Status: newassigned

comment:5 by Jannis Leidel, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [11909]) Fixed #8145 - Documented the codenames of the default auth permissions

comment:6 by Jannis Leidel, 14 years ago

(In [11948]) [1.1.X] Fixed #8145 - Documented the codenames of the default auth permissions

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