Skip to content

Releases: SectorLabs/django-localized-fields

v5.0a9

21 Feb 10:58
Compare
Choose a tag to compare
v5.0a9 Pre-release
Pre-release

Changes

  • Fixes #58 Translation required for any language leads to default language constraint

PyPi

pip install django-localized-fields==5.0a9

https://pypi.python.org/pypi/django-localized-fields/5.0a9

v5.0a8

21 Feb 10:48
476a20b
Compare
Choose a tag to compare
v5.0a8 Pre-release
Pre-release

Changes

  • #60 Fixes a bug where LocalizedIntegerField would crash if the value in the database is NULL.

PyPi

pip install django-localized-fields==5.0a8

https://pypi.python.org/pypi/django-localized-fields/5.0a8

v5.0a7

14 Jan 09:01
Compare
Choose a tag to compare
v5.0a7 Pre-release
Pre-release

Changes

  • Upgrade django-postgres-extra to v1.21a15

PyPi

pip install django-localized-fields==5.0a7

https://pypi.python.org/pypi/django-localized-fields/5.0a7

v5.0a6

11 Jan 13:06
Compare
Choose a tag to compare
v5.0a6 Pre-release
Pre-release

Changes

  • #54 Add experimental support for localized lookups
  • #56 Avoid DoesNotExist error when creating model with user defined p
  • #55 Add migration to enable HStore

PyPi

pip install django-localized-fields==5.0a6

https://pypi.python.org/pypi/django-localized-fields/5.0a6

v5.0a3

28 Jun 09:43
Compare
Choose a tag to compare
v5.0a3 Pre-release
Pre-release

Changes

  • Ensures that subwidgets in LocalizedFieldWidget are not all the same instance.
  • Addresses an issue in the template for LocalizedFieldWidget that made it impossible to render third-party widgets in tabs.

PyPi

pip install django-localized-fields==5.0a3

https://pypi.python.org/pypi/django-localized-fields/5.0a3

v5.0a2

19 Jun 09:31
Compare
Choose a tag to compare
v5.0a2 Pre-release
Pre-release

Changes

  • Upgrades django-postgres-extra to v1.21a11, which fixes a bug with values not being cast to strings properly.

PyPi

pip install django-localized-fields==5.0a2

https://pypi.python.org/pypi/django-localized-fields/5.0a2

v5.0a1

19 Jun 09:30
Compare
Choose a tag to compare
v5.0a1 Pre-release
Pre-release

Changes

  • Adds LocalizdIntegerField

PyPi

pip install django-localized-fields==5.0a1

https://pypi.python.org/pypi/django-localized-fields/5.0a1

v4.6a2

01 Apr 15:33
Compare
Choose a tag to compare
v4.6a2 Pre-release
Pre-release

Changes

  • Upgrades django-postgres-extra to v1.21a8, which adds experimental support for expressions in HStore values.
  • Fixes a bug where raw dict where not allowed instead of LocalizedValue when doing updates.

PyPi

pip install django-localized-fields==4.6a2

https://pypi.python.org/pypi/django-localized-fields/4.6a2

v4.4

29 Jun 15:56
Compare
Choose a tag to compare

Changes

  • Fixes installation through pip when LC_ALL was not set.

PyPi

pip install django-localized-fields==4.4

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

v4.3

26 Jun 10:38
Compare
Choose a tag to compare

Changes

  • Implements support for LOCALIZED_FIELDS_FALLBACKS #20
  • Add support for using multiple fields in LocalizedUniqueSlugField's populate_from.
  • Add support for specifying a callable in LocalizedUniqueSlugField's populate_from.

PyPi

pip install django-localized-fields==4.3

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