mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-14 07:42:24 +03:00
Added max retries option + tests
This commit is contained in:
@@ -23,3 +23,7 @@ LANGUAGES = (
|
||||
INSTALLED_APPS = (
|
||||
'tests',
|
||||
)
|
||||
|
||||
# set to a lower number than the default, since
|
||||
# we want the tests to be fast, default is 100
|
||||
LOCALIZED_FIELDS_MAX_RETRIES = 3
|
||||
|
||||
Reference in New Issue
Block a user