Next release (#257)
* Update README.md
Updates Supported Django Versions section.
* Tox now only tests recent Pythons and Djangos
* Include necessary files to build docs in source tarball. Closes #250
* Fixes deprecated imports, adds `six` as requirement
* force text to prevent Python 2 unicode fun
* Added --nomigrations option to pytest
For some reason this makes the tests work on my machine
(thanks Baptiste!)
* Have to specify a non-breaking version of semantic-version (lol)
* Update CONTRIBUTORS.txt
* Release date
Co-authored-by: Steve Bywater <1035748+sbywater@users.noreply.github.com>
Co-authored-by: Baptiste Mispelon <bmispelon@gmail.com>