mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-14 07:42:24 +03:00
Add experimental features flag for LocalizedField
With the flag set, LocalizedField will return None if there is no database value.
This commit is contained in:
@@ -27,3 +27,5 @@ INSTALLED_APPS = (
|
||||
# set to a lower number than the default, since
|
||||
# we want the tests to be fast, default is 100
|
||||
LOCALIZED_FIELDS_MAX_RETRIES = 3
|
||||
|
||||
LOCALIZED_FIELDS_EXPERIMENTAL = False
|
||||
|
||||
Reference in New Issue
Block a user