- Dropped support for Django <=2.2 and Python <=3.6
- Fixed #12 (thanks Pascal Chambon for the report). This introduces tags to the start up checks so you can now skip them if you're doing something that negates the need for the warnings/errors they generate.
- We now use poetry 'cause it's some excellent software.
- Added a dependency on six as it was removed from Django 3.x+.
- Fixed a hard dependency on python-magic==0.4.12 which appears to have been removed from PyPI.
- Updated to play nice with Django 2.0 thanks to pull-request #9 from spaceriqui.
- At this stage Only Django 1.11+ will be supported, though it may still work with older versions as far back as 1.8.
- Initial release