LPgenerator/django-db-mailer

What version of Django should be supported

ruscoder opened this issue · 2 comments

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.

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

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