mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 19:52:54 +03:00
23 lines
426 B
ReStructuredText
23 lines
426 B
ReStructuredText
Releases
|
|
========
|
|
|
|
v6.0
|
|
----
|
|
|
|
Breaking changes
|
|
****************
|
|
|
|
* Removes support for Python 3.6 and earlier.
|
|
* Removes support for PostgreSQL 9.6 and earlier.
|
|
* Sets ``LOCALIZED_FIELDS_EXPERIMENTAL`` to ``True`` by default.
|
|
|
|
Bug fixes
|
|
*********
|
|
|
|
* Fixes a bug where ``LocalizedIntegerField`` could not be used in ``order_by``.
|
|
|
|
Other
|
|
*****
|
|
|
|
* ``LocalizedValue.translate()`` can now takes an optional ``language`` parameter.
|