Skip to content

Releases: SectorLabs/django-localized-fields

v6.8b3

01 Mar 17:54
Compare
Choose a tag to compare
v6.8b3 Pre-release
Pre-release

What's Changed

  • Add deconstruct method for LocalizedBleachField for it to be recognized in django migrations by @GRazvan12 in #98
  • Relax "deprecation" dependency by @bogdanhopu in #99
  • Bump version number to 6.8b3 by @bogdanhopu in #100

Full Changelog: v6.8b1...v6.8b3

v6.8b1

23 Jan 12:56
Compare
Choose a tag to compare
v6.8b1 Pre-release
Pre-release

What's Changed

  • Prevent LocalizedBleachField from escaping values by @GRazvan12 in #97

Full Changelog: v6.7...v6.8b1

v6.7

10 Aug 12:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.6...v6.7

v6.6

08 Nov 13:10
Compare
Choose a tag to compare
  • LocalizedAutoSlugField should only warn about deprecation if used

v6.5

08 Nov 12:43
Compare
Choose a tag to compare
  • Django 3.2 support, removes default_app_config for Django 3.2 and newer.

v6.4

22 Mar 05:51
Compare
Choose a tag to compare

Changes

  • Add LocalizedValue.is_empty()

PyPi

pip install django-localized-fields==6.4

https://pypi.python.org/pypi/django-localized-fields/6.4

v6.3

13 Mar 12:04
Compare
Choose a tag to compare

Changes

  • Add a enabled flag to LocalizedUniqueSlugField that is True by default.

PyPi

pip install django-localized-fields==6.3

https://pypi.python.org/pypi/django-localized-fields/6.3

v6.2

07 Dec 08:58
Compare
Choose a tag to compare

Changes

  • Add a flag to make LocalizedUniqueSlugField immutable (#91)

PyPi

pip install django-localized-fields==6.2

https://pypi.python.org/pypi/django-localized-fields/6.2

v6.1

25 Nov 11:33
Compare
Choose a tag to compare

Changes

  • Prevent accumulating redundant data in LocalizedValue.translate() (#90)

PyPi

pip install django-localized-fields==6.1

https://pypi.python.org/pypi/django-localized-fields/6.1

v6.0

07 Oct 10:13
Compare
Choose a tag to compare

Changes

  • Support for Django 3.x
  • Support for Python 3.9
  • Drop support for Python 3.6 and earlier
  • Drop support for PostgreSQL 9.6 and earlier
  • Sets LOCALIZED_FIELDS_EXPERIMENTAL to True by default.
  • Fixes a bug where LocalizedIntegerField could not be used in order_by.
  • LocalizedValue.translate() can now takes an optional language parameter.
  • Add active_ref and translated_ref as lookups

PyPi

pip install django-localized-fields==6.0

https://pypi.python.org/pypi/django-localized-fields/6.0