-
- Downloads
Upgrade django and other python dependencies
Upgrade django to 4.1 Upgrade django-timezone-field, django-simple-history, django-debug-toolbar and django-bootstrap-datepicker-plus Upgrade mysqlclient Remove obsolete pytz Adapt timezone handling code to new interface of TimezoneInfo (part of python since 3.9 and backport included in 3.8) Drop support for python 3.7 (since Django 4 requires >= 3.8)
parent
2455da83
No related branches found
No related tags found
Showing
- AKModel/availability/forms.py 1 addition, 1 deletionAKModel/availability/forms.py
- AKModel/forms.py 1 addition, 1 deletionAKModel/forms.py
- AKModel/migrations/0057_upgrades.py 19 additions, 0 deletionsAKModel/migrations/0057_upgrades.py
- AKModel/models.py 1 addition, 1 deletionAKModel/models.py
- AKModel/views.py 2 additions, 2 deletionsAKModel/views.py
- INSTALL.md 1 addition, 1 deletionINSTALL.md
- requirements.txt 7 additions, 7 deletionsrequirements.txt
AKModel/migrations/0057_upgrades.py
0 → 100644
Django==3.2.16 | Django==4.1.5 | ||
django-bootstrap5==22.2 | django-bootstrap5==22.2 | ||
fontawesomefree==6.2.1 # Makes static files (css, fonts) available locally | fontawesomefree==6.2.1 # Makes static files (css, fonts) available locally | ||
django-fontawesome-6==1.0.0.0 # Provides an icon field for models and forms as well as handy shortcuts to render icons | django-fontawesome-6==1.0.0.0 # Provides an icon field for models and forms as well as handy shortcuts to render icons | ||
django-split-settings==1.2.0 | django-split-settings==1.2.0 | ||
django-timezone-field==4.1.2 | django-timezone-field==5.0 | ||
djangorestframework==3.14.0 | djangorestframework==3.14.0 | ||
django-simple-history==3.1.1 | django-simple-history==3.2.0 | ||
django-registration-redux==2.11 | django-registration-redux==2.11 | ||
django-debug-toolbar==3.7.0 | django-debug-toolbar==3.8.1 | ||
django-bootstrap-datepicker-plus==3.0.5 | django-bootstrap-datepicker-plus==5.0.2 | ||
django-tex==1.1.10 | django-tex==1.1.10 | ||
django-csp==3.7 | django-csp==3.7 | ||
mysqlclient==2.0.3 # for production deployment | mysqlclient==2.1.1 # for production deployment | ||
pytz==2022.4 | tzdata==2022.7 |
Please register or sign in to comment