Releases: SectorLabs/django-localized-fields
Releases · SectorLabs/django-localized-fields
v6.8b5
What's Changed
- Fix type hint for
required
kwarg by @Photonios in #104 - Don't double key transform in lookups by @Photonios in #103
- Fix tabs displaying in Django 5.x by @Photonios in #105
Full Changelog: v6.8b4...v6.8b5
v6.8b4
v6.8b3
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
What's Changed
- Prevent LocalizedBleachField from escaping values by @GRazvan12 in #97
Full Changelog: v6.7...v6.8b1
v6.7
What's Changed
- Add LocalizedBooleanField by @GRazvan12 in #93
New Contributors
- @GRazvan12 made their first contribution in #93
Full Changelog: v6.6...v6.7
v6.6
v6.5
v6.4
Changes
- Add
LocalizedValue.is_empty()
PyPi
pip install django-localized-fields==6.4
v6.3
Changes
- Add a
enabled
flag toLocalizedUniqueSlugField
that isTrue
by default.
PyPi
pip install django-localized-fields==6.3