rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.82k stars 286 forks source link

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

Closed perry closed 9 months ago

perry commented 10 months ago

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 commented 9 months ago

Thanks!