LPgenerator / django-db-mailer

Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin
https://github.com/LPgenerator/django-db-mailer
GNU General Public License v2.0
255 stars 81 forks source link

Delete selected Mail logs 403 Forbidden #14

Closed ghost closed 9 years ago

ghost commented 9 years ago

при попытке удалить несколько записей из лога получаю 403 Forbidden

при этом если зайти в конкретный лог то по отдельности все удаляется

gotlium commented 9 years ago

так задумано. массовое удаление разрешено только супер юзеру. https://github.com/LPgenerator/django-db-mailer/blob/master/dbmail/admin.py#L192 можно запретить и отдельно удалять записи.

ghost commented 9 years ago

так я и есть супер юзер

Superuser status Designates that this user has all permissions without explicitly assigning them.

gotlium commented 9 years ago

ссылка на код выше. возможно что-то там не так?!

ghost commented 9 years ago

ок пасиб