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

Use datetime.timezone.utc as Django 5.0 removed the alias. #636

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

perry
Copy link
Contributor

@perry perry commented Dec 5, 2023

From the release notes: https://docs.djangoproject.com/en/5.0/releases/5.0/#features-removed-in-5-0

The django.utils.timezone.utc alias to datetime.timezone.utc is removed.

Resolves #610

@selwin selwin merged commit 24242b9 into rq:master Dec 16, 2023
@selwin
Copy link
Collaborator

selwin commented Dec 16, 2023

Thanks!

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.

Use datetime.timezone.utc instead of django.utils.timezone.utc
2 participants