Version 0.4
==================

* change semantics of fixer_applied_upto_django (new excludes specified version).
* add forward-compatibility fixer for Django1.10.
* add support for Django1.11, python3.6 and python3.7.


Version 0.3
==================

* automatically skip fixers which would crash, when their target app is not in INSTALLED_APPS
* fix regression with 2to3 tool
* add test for django projects with minimal settings


Version 0.2
=================

* tox integration, with a django test project
* unify logging and warnings emitted by the patcher and misc fixers
* new "import proxifier" system, supporting both py2k and py3k
* lots of new backwards compatibility fixers, for django 1.6 to 1.10


Version 0.1
=================

* generator for a README with the list of available fixers
* algorithms to apply only relevant fixers, in a proper order
* draft of py.test suite
* first fixers, to test monkey-patching utilities
* draft of dependency-injection architecture, to simplify the creation of fixers
