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
256 stars 80 forks source link

Update URLs to work with django 1.9+ #55

Closed katomaso closed 8 years ago

katomaso commented 8 years ago

I think it would be necessary to drop compatibility with django versions < 1.8

gotlium commented 8 years ago

Pls, send pull request only to development branch. About Django < 1.8. I think you are right. But Django 1.4 is previous LTS. I know, this version is not supported at this time, but many companies and projects used this version now. After 2.4, we can drop support 1.4.

gotlium commented 8 years ago

thnx:)

katomaso commented 8 years ago

That was fast! Should it even be merged to master? I would have happily changed the PR to development branch. Because I think we broke backward compatibility with django 1.4 now...