Opened 17 years ago
Closed 17 years ago
#5924 closed (invalid)
Permissions for class Admin
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.