mfogel / django-timezone-field

A Django app providing DB, form, and REST framework fields for zoneinfo and pytz timezone objects.
BSD 2-Clause "Simplified" License
397 stars 95 forks source link

Start testing on Django v5.1 #128

Closed cclauss closed 4 months ago

cclauss commented 4 months ago

Test the pre-release version of Django v5.1 scheduled to be released in August 2024.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 98.19%. Comparing base (cb9b81b) to head (f49c7e9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #128 +/- ## ======================================= Coverage 98.19% 98.19% ======================================= Files 10 10 Lines 222 222 ======================================= Hits 218 218 Misses 4 4 ```

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

mfogel commented 4 months ago

Thanks again @cclauss !