-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HP-2441 | deps: bump to django 4.2 #312
Commits on Sep 6, 2024
-
refactor: add length parameter to get_random_string
Using get_random_string without parameters is deprecated. Use the old django default value of 12. Refs: HP-2441
Configuration menu - View commit details
-
Copy full SHA for 8d36f0d - Browse repository at this point
Copy the full SHA 8d36f0dView commit details -
There were significant changes in logout actions so those were the tricky parts to handle. - Other dependencies are bumped also where applicable. - bump psycopg to v3 - Bump development depencies - Bump uwsgi - fixes migration for fresh environments - Bump local docker postgres to 13.4 which is used in production Data migration users.0022 uses a signal to set the data correctly. To make the migration pass an old version of the model model is given signal function, which makes the migration pass for any fresh tunnistamo environment. Refs HP-2441
Configuration menu - View commit details
-
Copy full SHA for 172db03 - Browse repository at this point
Copy the full SHA 172db03View commit details -
feat: separate tunnistamo suomi_fi end session view
Previously logging out from suomi.fi was in TunnistamoOidcEndSessionView now introducing new suomi.fi end session view for logging out suomi.fi in django 4.2 Refs HP-2441
Configuration menu - View commit details
-
Copy full SHA for be806f7 - Browse repository at this point
Copy the full SHA be806f7View commit details -
chore: add migration for new fields in users.Application
Refs: HP-2441
Configuration menu - View commit details
-
Copy full SHA for be2e1e6 - Browse repository at this point
Copy the full SHA be2e1e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c52b5a - Browse repository at this point
Copy the full SHA 3c52b5aView commit details -
chore: remove redundant HoundCI configuration
Refs: HP-2441
Configuration menu - View commit details
-
Copy full SHA for fc65b28 - Browse repository at this point
Copy the full SHA fc65b28View commit details -
style(dockerfile): use matching casing
Fixes the following warning: - WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match Refs: HP-2441
Configuration menu - View commit details
-
Copy full SHA for cecd700 - Browse repository at this point
Copy the full SHA cecd700View commit details -
docs(readme): update postgres database engine
Refs: HP-2441
Configuration menu - View commit details
-
Copy full SHA for 4b3dbac - Browse repository at this point
Copy the full SHA 4b3dbacView commit details -
refactor: fix parler deprecation warning
Please change apiscopetranslation.master to a parler.fields.TranslationsForeignKey field to support translations in data migrations. Refs: HP-2441
Configuration menu - View commit details
-
Copy full SHA for 454c205 - Browse repository at this point
Copy the full SHA 454c205View commit details -
deps: ensure pip, setuptools, and wheel are up to date
Refs: HP-2441
Configuration menu - View commit details
-
Copy full SHA for 1095460 - Browse repository at this point
Copy the full SHA 1095460View commit details