Upgraded to Django 4.2
This commit is contained in:
parent
bea8631ac9
commit
cc448b415e
2 changed files with 2 additions and 4 deletions
|
|
@ -86,8 +86,6 @@ TIME_ZONE = 'Europe/Zurich'
|
||||||
|
|
||||||
USE_I18N = True
|
USE_I18N = True
|
||||||
|
|
||||||
USE_L10N = True
|
|
||||||
|
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Django==3.1.7
|
Django~=4.2
|
||||||
django-tinymce==3.2.0
|
django-tinymce==3.6.1
|
||||||
openpyxl==3.0.7
|
openpyxl==3.0.7
|
||||||
Pillow==8.1.2
|
Pillow==8.1.2
|
||||||
reportlab==3.5.57
|
reportlab==3.5.57
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue