--------------------------- * Add Django 2.2, 3.0 and 3.1 support * Switch from Travis CI to Github Actions CI * Add pre-commit, black, isort checks
Breaking changes ~~~~~~~~~~~~~~~~ * Drop Django <2.2 support * Drop Python 2 support
1.1.0
--------------------------- * Add Django 1.11 support, drop Django <1.11 support
Note: adding Django 2.0 support will require `django-selectable <http://django-selectable.readthedocs.io/en/latest/>`_ to add Django 2.0 support first.
1.0.0
--------------------------- * Add Django 1.8+ support * Drop Django 1.7 support * Travis CI
0.10.0
---------------------------- * Support for Django 1.7 * Moved to django-taggit dropping support for django-tagging * Dropped South migrations
0.9.1
------------------------------------ * Fixed Python 3 compatibility bug 59 * Removed test coverage for unsupported Python 2.6 and Django 1.3
0.9.0
------------------------------------
* Setup tox * Support Django's custom user model * Python 3 support * Flake8 improvements