pipermerriam / django-emailtools

Sending emails just got more awesomer.
https://django-emailtools.readthedocs.org/
BSD 2-Clause "Simplified" License
10 stars 5 forks source link

Django 1.8 support #12

Closed barseghyanartur closed 7 years ago

barseghyanartur commented 7 years ago

At the moment, tests fail on Django 1.8. Are there any plans to upgrade to Django 1.8?

pipermerriam commented 7 years ago

Not currently no. Happy to support you if you'd like to take a stab at it.

barseghyanartur commented 7 years ago

@pipermerriam:

Thanks for your quick reaction.

One of the sites just got to maintain uses this project as a dependency and we're estimating costs to upgrade to Django 1.8. If client accepts it, I'll be likely coming up with a pull request. Would you have any objections on throwing away support for Django versions older than 1.8?

pipermerriam commented 7 years ago

Fine too drop support for any versions of django that are no longer officially supported.

On Thu, Feb 9, 2017, 3:10 AM Artur Barseghyan notifications@github.com wrote:

@pipermerriam https://github.com/pipermerriam:

Thanks for your quick reaction.

One of the sites just got to maintain uses this project as a dependency and we're estimating costs to upgrade to Django 1.8. If client accepts it, I'll be likely coming up with a pull request. Would you have any objections on throwing away support for Django versions older than 1.8?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/pipermerriam/django-emailtools/issues/12#issuecomment-278599393, or mute the thread https://github.com/notifications/unsubscribe-auth/AAyTgh-SJoiisJKtuN_s9cuQGl676rmIks5rauX3gaJpZM4L6km9 .

barseghyanartur commented 7 years ago

Solved in pull request #13