From 77a8726a03f2ffd3c4398406d4400d603784a34f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 5 Sep 2017 11:46:33 +0200 Subject: [PATCH] Fix #615 -- Incorrect defaults for email texts --- src/requirements/production.txt | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 8253a2030..713883f99 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -30,7 +30,7 @@ django-markup markdown bleach==2.* raven -django-i18nfield>=1.0.1 +django-i18nfield>=1.2.1 # Stripe stripe==1.62.* # PayPal diff --git a/src/setup.py b/src/setup.py index 823811152..dbcf9e14e 100644 --- a/src/setup.py +++ b/src/setup.py @@ -102,7 +102,7 @@ setup( 'stripe==1.62.*', 'chardet<3.1.0,>=3.0.2', 'mt-940==4.7', - 'django-i18nfield>=1.0.1', + 'django-i18nfield>=1.2.1', 'vobject==0.9.*', 'pycountry', 'django-countries',