Update to Django4 #27
Labels
No Label
backlog
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
in discussion
invalid
priority
1
priority
2
priority
3
priority
4
priority
5
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IT-Naturschutz/konova#27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
We are running on Django 3.2.x, which is nice and all but considering Django 4.x being released in December 2021, we should analyze the changes and consider upgrading asap.
ToDo
Changes to GEOS and Python
There have been issues detected on newer Python versions (needed by Django 4.0) and e.g. the newer Django GEOS library.
E.g. geometries created from string data resulted not in MultiPolygons but in GeometryCollections, which are not supported by the database.
Switching to Django 4.0 must be tested absolutely thoroughly before being deployed on staging or even production!
Further dependencies
django-simple-sso
1.2.0 depends onitsdangerous
< 1.0.0 --> need to keep itsdangerous to an older versionMerged in #363