Opened 17 years ago
Closed 17 years ago
#4503 closed (invalid)
Small document update needed.
Reported by: | stp2007 | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | 0.96 |
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
In the documentation "User authentication in Django" "Default permissions" section
(link http://www.djangoproject.com/documentation/authentication/#default-permissions)
it states "Three basic permissions — add, create and delete — are automatically created for each Django model that has a class Admin set." I believe these permissions are generated for models that do not have the class Admin set and so the documentation should be updated.
Note:
See TracTickets
for help on using tickets.
No, permissions are only generated automatically for admin-enabled models. You can always create them by hand for other ones, though.