CHANGES
=======

6.0.3
-----

* Fallback i18n js files for zh-hans/zh-hant. (#468)
* Link to stable Django version docs not 1.8 (#480)
* Link to github releases from readme+changelog. (#481)
* Resolve pickle security note
* Add bandit config
* Fix typo in docstring ChoicesField -> ChoiceField (#472)
* Fixed display of ModelSelect2Mixin.filter\_queryset() doc. (#470)
* Add some quickstart docs (#467)
* Fix #464 -- Freeze Sphinx to 1.6.5

6.0.2
-----

* Fix #461 -- Remove explicit Django version classifiers
* Improving documentation (#455)

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
