[Patchew-devel] [PATCH 11/11] requirements: Upgrade to recent Django

fam at euphon.net fam at euphon.net
Fri Sep 25 15:42:43 UTC 2020


From: Fam Zheng <fam at euphon.net>

The debug toolbar must be upgraded to work with new django too because
of django.utils changes.
---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 6129558..9ddc444 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
-Django>=1.11, <2.0
+Django>=3.1.*, < 3.2
 Pillow>=3.2.0, <6.0
 Markdown>=2.6.6, < 3.0
-django-debug-toolbar==1.8
+django-debug-toolbar
 gunicorn>=19
 djangorestframework>=3.0.0
 jsonfield2 >= 3.0, < 4.0
-- 
2.25.1






More information about the Patchew-devel mailing list