From 07e3e2e9c3da9f05634a45f65723504c229f2baa Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 18 May 2022 16:23:02 +0200 Subject: Migration to Django 2.2 - many fixes - remove redondant permissions - fix missing kwargs for widget and form fields - fix default to callable for model field - quick and dirty fix for datepicker - is_authenticated() -> is_authenticated - fix registration urls - remove six usage (no more python2) --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 4f5630fb3..cb1e85d77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -six>=1.9 +# six>=1.9 -> dépendance supprimée # gdal==2.4.0 # 3.2 @@ -49,8 +49,7 @@ django-ajax-selects==1.7.0 django-compressor==2.2 # 2.4 -django-formtools==2.0 -# 2.2 +django-formtools==2.2 secretary==0.2.19 unidecode -- cgit v1.2.3