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

Support for Celery 5 & Django 3.1-3.2 #82

Closed tartieret closed 3 years ago

tartieret commented 3 years ago

Description

This works add support and tests for Django 3.1-3.2 and Celery 5.0-5.1 There is no compatibility change in the latest version of Django, so nothing to change in the package itself.

Closes #80 #79

tartieret commented 3 years ago

@pmac can you please have a look when you have time ?