Opened 17 years ago
Closed 17 years ago
#6927 closed (fixed)
misleading documentation in regard to automatic produced permissions
Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
(In [7388]) Fixed #6927: Corrected documentation describing when and why the auth application creates default permissions