--------------------------------- * official support for Django 2.2
1.3.2
--------------------------------- * replace ``future`` dependency by ``six``
1.3.1
--------------------------------- * official support for Python 3.7 and Django 2.1
1.3
------------------------------- * correct inability fo ``Auto*Choices`` be able to have subsets * `Auto*Choices` can accept entries with forced value/display * additional attributes are now correctly (un)pickled * additional attributes are now also accessible from constant/value/display
1.2
------------------------------- * add ``AutoChoices`` and ``AutoDisplayChoices`` * document the fourth argument to tuples to pass additional attributes * remove support for Python 3.3 * add support for Django 2.0
1.1.2
--------------------------------- * add ``__all__`` at package root * supports Django 1.8, 1.9, 1.10 and 1.11 * follow the latests django/python support matrix * tested on travis via tox (tests, pep8 validation and code coverage)