Re: permissions for adding a poll

2005-08-04 Thread oubiwann
Aha... interesting. I must have run 'django-admin.py install' against an early version of the model before I added the 'admin = meta.Admin(...' code. Completely overlooked that possibility. Thanks!

Re: permissions for adding a poll

2005-08-04 Thread oubiwann
I have submitted a ticket for this, as a search on their tracker didn't turn anything up. http://code.djangoproject.com/ticket/274

Re: permissions for adding a poll

2005-08-04 Thread oubiwann
Permissions are automatically generated with each data model. What you have discovered is a discrepancy between the permissions and the data inserted into the permissions table. I haven't yet checked their tracker to see if it's a registered bug or not, but it *seems* the only way to get permissio