diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-05-18 16:23:02 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:20:58 +0100 |
commit | 07e3e2e9c3da9f05634a45f65723504c229f2baa (patch) | |
tree | 7e3ea0f3306eea50e9f95a7c90b397c5515e97fb /requirements.txt | |
parent | 3b671732319aa14f194821a8f547ae280e1e0648 (diff) | |
download | Ishtar-07e3e2e9c3da9f05634a45f65723504c229f2baa.tar.bz2 Ishtar-07e3e2e9c3da9f05634a45f65723504c229f2baa.zip |
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)
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 2 insertions, 3 deletions
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 |