Suor / handy

Handy django tools
BSD 3-Clause "New" or "Revised" License
85 stars 14 forks source link

Django 1.11 and email sending #15

Closed cristianocca closed 7 years ago

cristianocca commented 7 years ago

https://github.com/Suor/handy/blob/master/handy/mail.py#L45

That line won't work properly since render_to_string signature was updated, it should instead pass the request as the third parameter and a an empty dict as a context, currently it will make any context processor that relies on it to fail/crash since it is expecting a request object.

cristianocca commented 7 years ago

Thanks! Is this something you will be pushing to pypi soon?

Suor commented 7 years ago

Released. I let code cool a bit usually for a few days)