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

Add support for django 5.0 #113

Closed mfogel closed 1 year ago

mfogel commented 1 year ago

Django 5.0 is still in alpha, but tests pass, so lets call this supported until proven otherwise.

Closes #112

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (df843dd) 98.06% compared to head (774c804) 98.06%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #113 +/- ## ======================================= Coverage 98.06% 98.06% ======================================= Files 9 9 Lines 207 207 ======================================= Hits 203 203 Misses 4 4 ```

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