Opened 17 years ago
Closed 17 years ago
#5924 closed (invalid)
Permissions for class Admin
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | 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
I have not class Admin in my model, but permissions for add, change and delete are generated.
Note:
See TracTickets
for help on using tickets.
This isn't a bug. Permissions are part of django.contrib.auth, not django.contrib.admin. They are useful outside the admin system.