Version 2.0.0-beta
Pre-release
Pre-release
Python and Django versions supported:
- Django 2.1 and newer.
- Python 3.5 and newer.
- Older versions are not supported. Please stick to 1.8.0 for older versions.
This is a major release with breaking changes. Please see the migration guide.
Major changes:
- Query engine was refactored to use a parameterized
JOIN
clause. - Translation caching now works with Django API.
- Automatic loading has been removed, in favor of upfront caching of translations.
- Introspection API was reworked (see the new translations accessor).
As many changes have been introduced, this release might introduce more bugs than usual, which
is why it is flagged as beta.