-
Notifications
You must be signed in to change notification settings - Fork 3
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
Upgrade to Django 4 #60
Conversation
Updates to ocs-authentication require updates to Django/DRF in the main science archive
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me if you've tested it...
CHANGELOG
Outdated
2.3.6 | ||
2023-05-24 | ||
|
||
Add catalog-only download options to API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should you list updated to django 4 here too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
This upgrades the science archive to django 4.
ocs-authentication is on "^4", so poetry is failing to solve, since the science-archive depends on ocs-authentication.
I have this deployed at http://archive-api-dev.lco.gtn/ - we had to upgrade the postgres version from 10 to something >12, so I have postgres 15 running in dev atm - getting that working and the data migrated over took a bit of cleverness.