Skip to content
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

migrate to Django 5.0.0 #959

Merged
merged 6 commits into from Dec 19, 2023
Merged

migrate to Django 5.0.0 #959

merged 6 commits into from Dec 19, 2023

Conversation

munnsmunns
Copy link
Collaborator

@munnsmunns munnsmunns commented Dec 13, 2023

Migrates HAWC to Django version 5.0.0

The only thing I could find that broke was wagtail, which required a small update to the next version

I wasn't able to find anything in our codebase that is on the list of backwards incompatible changes.

@munnsmunns munnsmunns marked this pull request as ready for review December 13, 2023 18:48
Copy link
Owner

@shapiromatron shapiromatron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, that's fantastic news.

  1. Can you run django-upgrade? It should remove all the choices attributes from ChoiceFields; I'm not sure if it'll do anything else
  2. Are there any deprecation warnings that we'll need to fix in the tests?

Copy link
Owner

@shapiromatron shapiromatron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! nice job!

@munnsmunns munnsmunns merged commit ba75451 into main Dec 19, 2023
3 checks passed
@munnsmunns munnsmunns deleted the django-5 branch December 19, 2023 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants