Commit Graph

8 Commits

Author SHA1 Message Date
Santiago L 9953124a95 Replace Context by dict
Since Django 1.10 template objects returned by get_template() and
select_template() no longer accept a Context in their render() method.
2021-05-24 11:19:30 +02:00
Santiago L 6d8a2ced53 Context shoud be dict on render_email_template()
template.Context intance is no longer accepted
2021-05-20 14:08:09 +02:00
Marc Aymerich 35c7265bff Fixed send email template 2017-04-03 17:06:06 +00:00
Marc Aymerich 7128db2640 PEP8 compliance 2015-10-05 13:31:08 +00:00
Marc Aymerich a8cad48fed Fixes on payments 2015-05-30 14:44:05 +00:00
Marc Aymerich 7c5eff9a90 Improved bulk mailer detection and fixes on domain serializer validation 2015-05-28 10:55:48 +00:00
Marc Aymerich fd8d805b5e Fixes on billing 2015-05-27 14:05:25 +00:00
Marc Aymerich 524b1ce15f Replace custom sql on domains and imporve performance of orchestra-beat 2015-05-06 19:30:13 +00:00