- Rebuild for PyPI
- Remove Python 2 support
- Allow running makemessages without specifying a locale (runs on all locales)
- Address Django upgrade warnings
- Ensure that makemessages works when a non-English locale is active during its execution
- Fix Python 2 support for makemessages
- Add a test for makemessages
- Added an optional contexts parameter for the register function, for providing translation context for model fields.
- Update middleware to the 1.10+ style
- Maintains backwards-compat with 1.9 and below
- Will now work in either
MIDDLEWARE_CLASSES
orMIDDLEWARE
- Will now work in either
- Deprecates
VinaigrettteAdminLanguageMiddleware
forVinaigretteAdminLanguageMiddleware
- Users should change to
vinaigrette.middleware.VinaigretteAdminLanguageMiddleware
vinaigrette.VinaigrettteAdminLanguageMiddleware
will continue to work until next major version
- Users should change to
- Maintains backwards-compat with 1.9 and below
- Adds tox and pytest for development and testing
- Update contact info
- Django 2.0 support
- Remembered to update version properly
- Add the
--keep-vinaigrette-temp
option which keeps the temporary file containing the generated list of translations - Added support for Django 1.9
- Remove support for Django versions < 1.8
- Can specify properties to use instead of database field names in .register() function.
- Support for Django 1.7
- Support for python 3.3.
- Bug fix for the --all option, it now works again.
- New VinaigrettteAdminLanguageMiddleware middleware.
- Support for Django 1.6.