Django 5.0 alpha has been released and the main impact on
django-impersonate is that django.utils.timezone.utc
alias to
datetime.timezone.utc
is removed (ref:
https://docs.djangoproject.com/en/dev/releases/5.0/#features-removed-in-5-0)
Note: I think I have submitted a patch to replace the usages of
django.utils.timezone.utc
with datetime.timezone.utc
.
All the best and thank you for the package!