Opened 16 years ago

Closed 16 years ago

#6927 closed (fixed)

misleading documentation in regard to automatic produced permissions

Reported by: Carl <c.a.duevel@…> Owned by: nobody
Component: Documentation Version: dev
Severity: 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

On http://www.djangoproject.com/documentation/authentication/#default-permissions it states that: "Note that if your model doesn’t have class Admin set when you run syncdb, the permissions won’t be created." But they are created anyway.

Change History (1)

comment:1 by James Bennett, 16 years ago

Resolution: fixed
Status: newclosed

(In [7388]) Fixed #6927: Corrected documentation describing when and why the auth application creates default permissions

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