jazzband / django-silk

Silky smooth profiling for Django
MIT License
4.42k stars 333 forks source link

Remove deprecated django.utils.timezone.utc #687

Closed albertyw closed 10 months ago

albertyw commented 10 months ago

django.utils.timezone.utc is deprecated and should be replaced with datetime.timezone.utc which exists in all versions of python supported by django-silk.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (64c02f8) 86.50% compared to head (55ab981) 86.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #687 +/- ## ======================================= Coverage 86.50% 86.50% ======================================= Files 52 52 Lines 2090 2090 ======================================= Hits 1808 1808 Misses 282 282 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.