CHANGES
=======

6.0.1
-----

* Fix #451 -- Remove none ASCII char

6.0.0
-----

* Add support for Django 2.0
* Drop Django 1.8 and 1.10 support
* Drop Python 3.5 support
* Increment version number
* Fix coerage badge
* Switch to short version of APL2
* Switch README to reStructuredText
* Switch releases to pbr
* Unfreeze development requirements
* Drop Python 2 support
* Update setup.cfg (#446)
* Switch from coveralls to codecov
* Update jinja2 from 2.9.6 to 2.10
* Update coverage from 4.4.1 to 4.4.2
* Update selenium from 3.6.0 to 3.7.0
* Update pytz from 2017.2 to 2017.3
* Update flake8 from 3.4.1 to 3.5.0
* Update pep8 from 1.7.0 to 1.7.1
* Update sphinx from 1.6.4 to 1.6.5
* Update sphinxcontrib-spelling from 4.0.0 to 4.0.1
* Update sphinxcontrib-spelling from 2.3.0 to 4.0.0
* Update pydocstyle from 2.1.0 to 2.1.1
* Update pydocstyle from 2.0.0 to 2.1.0
* Update pytest from 3.2.2 to 3.2.3
* Update sphinx from 1.6.3 to 1.6.4
* Update selenium from 3.5.0 to 3.6.0
* Update six from 1.10.0 to 1.11.0
* Update babel from 2.5.0 to 2.5.1
* Update pytest from 3.2.1 to 3.2.2
* Fix incorrect i18n documentation
* Add model to AddressForm example
* Update babel from 2.4.0 to 2.5.0
* Update redis from 2.10.5 to 2.10.6
* Update selenium from 3.4.3 to 3.5.0
* Update pytest from 3.2.0 to 3.2.1
* Update pyflakes from 1.5.0 to 1.6.0
* Update docutils from 0.13.1 to 0.14
* Update pytest from 3.1.3 to 3.2.0
* Update flake8 from 3.3.0 to 3.4.1

5.11.1
------

* Fix case issue -- get\_langauge() only returns lower case
* Update pyenchant from 1.6.10 to 1.6.11
* Update pyenchant from 1.6.8 to 1.6.10

5.11.0
------

* Add i18n support
* Switch to Chrome headless for selenium tests
* Update pytest from 3.1.2 to 3.1.3
* Update ArrayField tagging widget documentation
* Update selenium from 3.4.2 to 3.4.3
* Update sphinx from 1.6.2 to 1.6.3
* Update pytest-rerunfailures from 2.1.0 to 2.2
