mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-06-27 22:03:21 +03:00
This allows you to do: LocalizedValue('thing'), which would result in a LocalizedValue looking like this: {'en': 'thing', 'ar': None}