PT-1947: Upgrade to Django 5#435
Merged
Merged
Conversation
926f77c to
ae4113d
Compare
Contributor
|
KULTUS-API branch is deployed to platta: https://kultus-pr435.api.dev.hel.ninja 🚀🚀🚀 |
ae4113d to
49d3b24
Compare
Contributor
|
KULTUS-API branch is deployed to platta: https://kultus-pr435.api.dev.hel.ninja 🚀🚀🚀 |
charn
reviewed
Oct 9, 2025
charn
reviewed
Oct 9, 2025
charn
reviewed
Oct 9, 2025
charn
requested changes
Oct 9, 2025
Details: - Bump Django 5.2 - Bump all requirements to latest versions - Switch to psycopg[c] - Remove deprecated 'drf-oidc-auth'-package - Remove django-csp version pin - Remove ruff- and pre-commit-packages - Remove outdated ruff and pre-commit-sync tests - Add migration for organizations-module Refs: PT-1947
Remove deprecated PickleSerializer from the session serialization and use the default JSONSerializer. Refs: PT-1947
Refs: PT-1947
Refs: PT-1947
Refs: PT-1947
Updates: - Update to use lowercased function-level variables - Update to use snake-casing - Move dynamic getattr-calls to module level from function default parameters - Postfix exception-classes with 'Error' - Move tzinfo-variable to module-level to reduce excessive code duplication - Update syrupy snapshots - Update GDPR-tests Refs: PT-1947
Django 5.2 dropped support for PostgreSQL 13. Refs: PT-1947
Apply ruff formatting. Refs: PT-1947
Apply updated ruff rules. Refs: 1947
Django 5 requires a date for DST-calculations, therefore use full datetime with timezone info. Refs: PT-1947
Utilize verification token settings directly from the standard 'settings'-module. Add missing 'VERIFICATION_TOKEN_LENGTH'-setting and update 'PERSONAL_DATA_RETENTION_PERIOD_MONTHS'-type. Refs: PT-1947
49d3b24 to
25f6c4f
Compare
|
Contributor
|
KULTUS-API branch is deployed to platta: https://kultus-pr435.api.dev.hel.ninja 🚀🚀🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Details:
Refs: PT-1947