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