Releases¶
v6.0¶
Breaking changes¶
Removes support for Python 3.6 and earlier.
Removes support for PostgreSQL 9.6 and earlier.
Sets
LOCALIZED_FIELDS_EXPERIMENTALtoTrueby default.
Bug fixes¶
Fixes a bug where
LocalizedIntegerFieldcould not be used inorder_by.
Other¶
LocalizedValue.translate()can now takes an optionallanguageparameter.