Opened 17 years ago

Closed 17 years ago

#4488 closed (fixed)

default permission documentation says "add, create, delete" - should be "add, change, delete"

Reported by: luca.ferroni@… Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords: default permission documentation
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

There is a mistake in the documentation page:
http://www.djangoproject.com/documentation/authentication/#default-permissions

"Three basic permissions — add, create and delete — are automatically created ..."

I think they should be add,change and delete

Attachments (1)

authentication.diff (591 bytes ) - added by Simon G. <dev@…> 17 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Simon G. <dev@…>, 17 years ago

Summary: default permission documentationdefault permission documentation says "add, create, delete" - should be "add, change, delete"
Triage Stage: UnreviewedAccepted

Yep.

by Simon G. <dev@…>, 17 years ago

Attachment: authentication.diff added

comment:2 by Simon G. <dev@…>, 17 years ago

Has patch: set
Triage Stage: AcceptedReady for checkin

comment:3 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5452]) Fixed #4488 -- Fixed a typo pointed out by luca.ferroni@….

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