ui / django-post_office

A Django app that allows you to send email asynchronously in Django. Supports HTML email, database backed templates and logging.
MIT License
1.01k stars 269 forks source link

Please, update setup.py #184

Open pacahon opened 7 years ago

pacahon commented 7 years ago

Hello. Thanks for useful app! What versions of Django this project supports? tox.ini tests only Django >= 1.8 README says that it supports >= 1.4 I'm little bit confused. But the main reason why I asking that - I want to fix setup.py and remove Django from install_requires. I have Django 1.9 installed and each time after updating post-office I need reinstall Django back to 1.9. I've checked setup.py of some popular django apps (like crispy-forms, django-pipeline and so on), they provide classifiers to clarify, which versions of Django you should use, but never auto installing it. UPD I've realized it's happening only if I install package with pip install --upgrade .... Anyway, classifiers will be useful.

selwin commented 7 years ago

The master branch only supports Django >= 1.8. Feel free to open a PR to fix this (I'm not sure which option in setup.py to change.