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

WIP: Update to Django 5.1 #2264

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

WIP: Update to Django 5.1 #2264

wants to merge 5 commits into from

Conversation

StevenMaude
Copy link
Contributor

@StevenMaude StevenMaude commented Dec 18, 2024

Fixes #2115.

This PR is to:

  • preserve work-in-progress commits from Bump django from 4.2.16 to 5.1.4 #2198
  • …which allows us to close off all the Dependabot Python upgrades, now that we're no longer using Dependabot for those upgrades

@StevenMaude
Copy link
Contributor Author

The issue here is with coding systems test failures, due to the way the tests use databases.

@StevenMaude
Copy link
Contributor Author

This also needs local testing as previously to ensure everything is OK with the upgrade.

@StevenMaude StevenMaude added the deck-scrubbing Tech debt or other between-initiative tidy-up work label Dec 18, 2024
This results in a warning if not enabled, but will be the default
behaviour in Django 6. Therefore, enable the setting and suppress the
deprecation warning resulting from having that setting enabled (which
will be removed in Django 6).

See https://adamj.eu/tech/2023/12/07/django-fix-urlfield-assume-scheme-warnings/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deck-scrubbing Tech debt or other between-initiative tidy-up work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Django v5.1.x
1 participant