django-infinite-scroll-pagination icon indicating copy to clipboard operation
django-infinite-scroll-pagination copied to clipboard

[django5] Fix utc timezone alias

Open fdevillard opened this issue 5 months ago • 0 comments

Django 5 has the following breaking change that breaks the module:

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

This PR fixes this issue.

fdevillard avatar Jan 17 '24 10:01 fdevillard