diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 8dbf674be8..e5664b3713 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -35,7 +35,7 @@ markdown==3.3.* bleach==3.3.* sentry-sdk==0.14.* babel -django-i18nfield>=1.7.0 +django-i18nfield==1.9.*,>=1.9.1 django-hijack>=2.1.10,<2.2.0 jsonschema openpyxl==3.0.* diff --git a/src/setup.py b/src/setup.py index b270898b91..58b8854f2a 100644 --- a/src/setup.py +++ b/src/setup.py @@ -156,7 +156,7 @@ setup( 'stripe==2.42.*', 'chardet<3.1.0,>=3.0.2', 'mt-940==3.2', - 'django-i18nfield>=1.7.0', + 'django-i18nfield==1.9.*,>=1.9.1', 'django-jsonfallback>=2.1.2', 'psycopg2-binary', 'tqdm==4.*',