upgrade to django 4.0

This commit is contained in:
Andreas Zweili 2021-12-28 16:07:12 +01:00
parent c1ff79dec6
commit c411be37c1
2 changed files with 1 additions and 3 deletions

View File

@ -119,8 +119,6 @@ TIME_FORMAT = 'H:i'
USE_I18N = True
USE_L10N = False
USE_TZ = True

View File

@ -1,5 +1,5 @@
wheel
Django==3.2.10
Django
pyaml
pytz
django-guardian