From 209cb1fbe573909939028bd3b62ae93930925c0a Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Fri, 12 Apr 2019 17:03:20 +0200 Subject: [PATCH] Update requirements to Django 2.2 --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 87725d39..350328ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ configparser==3.5.0 -# TODO: change to 2.2 when out -Django==1.11.* +Django==2.2.* django-autocomplete-light==3.3.* django-autoslug==1.9.3 django-cas-ng==3.6.* @@ -21,8 +20,7 @@ git+https://git.eleves.ens.fr/cof-geek/django_custommail.git#egg=django_customma ldap3 channels==1.1.5 python-dateutil -# TODO: change to 2.5 when out (2.4 is not explicitly compatible with Django 2.2) -wagtail==2.3.* +wagtail==2.4.* wagtailmenus==2.12.* wagtail-modeltranslation==0.10.* django-cors-headers==2.2.0