From e526ccf29965b9ad72812c881515602e67379950 Mon Sep 17 00:00:00 2001 From: Julen Ruiz Aizpuru Date: Mon, 16 Dec 2019 13:15:02 +0100 Subject: [PATCH] Reqs: use django 1.11.26 --- pootle/checks.py | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pootle/checks.py b/pootle/checks.py index ffcc3a3168..6b60b9cdbb 100644 --- a/pootle/checks.py +++ b/pootle/checks.py @@ -17,7 +17,7 @@ TTK_MINIMUM_REQUIRED_VERSION = (2, 2, 5) # Minimum Django version required for Pootle to run. -DJANGO_MINIMUM_REQUIRED_VERSION = (1, 11, 18) +DJANGO_MINIMUM_REQUIRED_VERSION = (1, 11, 26) # Minimum lxml version required for Pootle to run. LXML_MINIMUM_REQUIRED_VERSION = (3, 0, 0, 0) diff --git a/requirements/base.txt b/requirements/base.txt index bae0118fd0..1c13b478ed 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,7 +1,7 @@ # Base requirements # Note: also adjust pootle/checks::DJANGO_MINIMUM_REQUIRED_VERSION -Django==1.11.18 +Django==1.11.26 # Django apps