Unittests & continuous integration
As mentioned in other tickets & pull requests, a clean way to test support for multiple versions of Django & Python is needed as some changesets actually brake support for Python 2 or 3 alternatively, etc.
This branch I started a couple of days ago got raced by work in #62 but the purpose here is to bring incremental changes picking up work from other contributors like in #28 and build on that. Also, you retain the ability to test the full matrix locally if you wish with tox (and in parallel with detox).
The net result should end up the same though.
If required, I can also rework #28 to make more atomic commits prior to getting this branch merged.
You can see from the Travis CI logs that even with the Py3 changes from #28, current master has broken python 3 support.
Django 1.9 is EOLed since April, 4th. See https://www.djangoproject.com/download/#supported-versions.
Makes sense. Thank you for explanation.