LPgenerator/django-db-mailer

_get_context method in mail.py should use context._meta.model_name instead context._meta.module_name

Nekmo opened this issue · 3 comments

Nekmo commented

module_name parameter is removed in 1.8 https://code.djangoproject.com/ticket/19689

This causes a fault in my program:

Exception Type: AttributeError at /coms/send-email/
Exception Value: 'Options' object has no attribute 'module_name'

Please fix the problem.

I don't have a time. You can fix it by you're self at development branch. thanks.

@skhaylov, thanks.

pip install django-db-mailer==2.3a1