- Nothing changed yet.
- compatibility with Django 2.0 added
- compatibility with Django 1.11 added
- compatibility with unsupported Django versions (<1.8) is dropped
- compatibility with Django 1.10+ middlewares was added
- make imports absolute in babel templatetags
- strip quotes from translations via _()
- fix links in docs
- Add support for "trimmed" blocktrans content
- Add compatibility for Django-1.9
- Add compatibility for Django 1.8
- Add compatibility for latest django master
- Various python 3 fixes
- Fix dependencies on Django/Babel to use lower-case egg names.
- Fix old reference to babeldjango module in entry points.
- Fix Python 3.x compatibility in babel makemessages command.
- Django 1.7 compatibility
- Create .po and .pot files if not existing, plus it's specific base directories.
- Fixed django compatibility
- Fixed release builds
- Initial testing infrastructure
- Add management command babel with makemessages and compilemessages labels. Mimics django's makemessages and compilemessages commands.
- Various unicode fixes
- fix relative import in template tags
- Rename package to django_babel
- Rename package on PyPI
- Use GitHub as source control