From 79fc46a0642c2844c6da858176d54f16ea204d1f Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Tue, 7 Jan 2020 14:26:30 +0900 Subject: [PATCH] Cap Django again The detail context on why we need to cap Django version again is explained in https://review.opendev.org/#/c/701213/. Change-Id: I0685993b6c43e64a66a19fb0dd8857ab69998127 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4621458b0..a53d561d9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 # Horizon Core Requirements Babel!=2.4.0,>=2.3.4 # BSD debtcollector>=1.2.0 # Apache-2.0 -Django>=2.2 # BSD +Django>=2.2,<3.0 # BSD django-compressor>=2.0 # MIT django-debreach>=1.4.2 # BSD License (2 clause) django-pyscss>=2.0.2 # BSD License (2 clause)