v1.9.0
Backwards incompatible changes:
- limited supported versions of Python to 2.7, 3.5 and PyPy.
- limited supported Django versions to 1.7.10 and higher.
- turned off modeltranslation support by default (can be enabled)
Improvements:
- Converted the test suite from doctest to unittest.
Bugs fixed:
- #25: max_length ignored in django 1.7 migrations
- #42: added setting to enable/disable modeltranslation support
Other changes:
- The project has moved from Bitbucket to GitHub.