pmclanahan / django-celery-email

A Django email backend that uses a celery task for sending the email.
BSD 3-Clause "New" or "Revised" License
477 stars 108 forks source link

Add Python 3, Django 1.5.2 compatibility #2

Closed stefanw closed 11 years ago

stefanw commented 11 years ago

Fixes Django 1.5.2 and Python 3 compatibility.

pmclanahan commented 11 years ago

Fantastic! Thanks so much! And sorry for the delay, for some reason I missed this notification.

:cake:

stefanw commented 11 years ago

Thanks @pmclanahan! Would appreciate a PyPI release.

pmclanahan commented 11 years ago

Release uploaded: https://pypi.python.org/pypi/django-celery-email/

stefanw commented 11 years ago

Awesome, thanks!