Releases: SectorLabs/django-localized-fields
Releases · SectorLabs/django-localized-fields
v2.7
Changes
- Added
__eq__
toLocalizedValue
PyPi
pip install django-localized-fields==2.7
v2.6
Changes
- Fixed bug that causes errors when using
LocalizedUniqueSlugField
PyPi
pip install django-localized-fields==2.6
v2.5
Changes
- Fixed bug that catches all
IntegrityError
rather than the ones related to slugs
PyPi
pip install django-localized-fields==2.5
v2.4
Changes
- New
LocalizedMagicSlugField
that is concurrency safe. - Database enforced
unique
constraints for all fields.
PyPi
pip install django-localized-fields==2.4