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 110 forks source link

Django 2.0 compatibility? #48

Closed SebJansen closed 6 years ago

SebJansen commented 6 years ago

Does it work wit Django 2.0?

pmac commented 6 years ago

Not sure yet. We can use this issue to test and fix things if not. Thanks for filing.

hendrikschneider commented 6 years ago

I updated the tox configuration and it works.

Pull request: #49

amureki commented 6 years ago

That is great @hendrikschneider Can we, please, update the package? @pmac

Thank you!

pmac commented 6 years ago

Sure! Thanks all. I’ll look into this later today.

ACPK commented 6 years ago

@pmac - Any updates on merging the PR? CC @hendrikschneider

pmac commented 6 years ago

Hi @ACPK. The PR merged and didn't make any changes to the package itself, only the tests. So I don't think there is anything to change. Please correct me if I'm wrong, but I think this one is complete and I just failed to close it.