Merge branch 'fix-event-tz-pytz-update' into 'main'
Update timezone-field and add pytz to requirements, add matching migration See merge request kif/akplanning!93
No related branches found
No related tags found
... | @@ -2,9 +2,10 @@ Django==3.1.5 | ... | @@ -2,9 +2,10 @@ Django==3.1.5 |
django-bootstrap4==2.3.1 | django-bootstrap4==2.3.1 | ||
django-fontawesome-5==1.0.18 | django-fontawesome-5==1.0.18 | ||
django-split-settings==1.0.1 | django-split-settings==1.0.1 | ||
django-timezone-field==4.1.1 | django-timezone-field==4.1.2 | ||
djangorestframework==3.12.2 | djangorestframework==3.12.2 | ||
django-simple-history==2.12.0 | django-simple-history==2.12.0 | ||
django-registration-redux==2.9 | django-registration-redux==2.9 | ||
django-debug-toolbar==3.2 | django-debug-toolbar==3.2 | ||
mysqlclient==2.0.3 # for production deployment | mysqlclient==2.0.3 # for production deployment | ||
pytz==2021.1 |
Please register or sign in to comment