Today, I find a big bug about django permissions. Details is following: If you delete your application(i.e app1 ) and then deploy it(i.e app2 into which you add new model entries) again, but app1 and app2 have the same verbose_name. Now, you will transfer management to your staff. So you login admin, and grant privileges to your staff. But your staff claims that he hasn't any management to app2. Open back-end database, query auth_permission, you will get two set privileges which refer to the app1 and app2, but django admin-suite picks up app1 privileges not app2 which been displayed in the admin form.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
