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

Update Django to 5.x and update related packages #551

Closed
wants to merge 5 commits into from

Conversation

CaitBarnard
Copy link
Contributor

@CaitBarnard CaitBarnard commented Nov 22, 2024

Upgrade Django to 5.x

Referencing docs here: https://docs.djangoproject.com/en/5.1/releases/5.0/#backwards-incompatible-changes-in-5-0

to fix:
USE_L10N and pytz is deprecated
Pytz is being deprecated and is causing warnings in the test run, for example:
RuntimeWarning: DateTimeField FinancialYear.archived_at received a naive datetime (2024-11-22 14:53:51.894694) while time zone support is active.

//

  • JIRA ticket referenced in title
  • Title is clear and concise
  • Description gives any relevant detail
  • Tests are up to date
  • Documentation is up to date

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.

1 participant