LPgenerator / django-db-mailer

Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin
https://github.com/LPgenerator/django-db-mailer
GNU General Public License v2.0
255 stars 81 forks source link

What version of Django should be supported #113

Closed ruscoder closed 6 years ago

ruscoder commented 6 years ago

What version of Django should be supported?

Can we drop support of Django 1.4 and switch to support only 1.8+ Django versions or even only LTS? Anyway, old versions will be still available in PyPi and can be used for users with old Django versions.

deniskabalkin commented 6 years ago

Let's switch to 1.8+. We can discuss only LTS support later.

ruscoder commented 6 years ago

Ok. I've removed all code for Django version <1.8 (including south migrations).