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

README.md: Update pytz messsages for Django v5.0 #122

Closed cclauss closed 11 months ago

cclauss commented 11 months ago
- Django >= 5.X: django plans to drop support for pytz altogether, and this app will likely do the same.
+ Django >= 5.X: drops support for pytz altogether, and this app has done the same.
codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (034996f) 98.08% compared to head (199ac30) 98.08%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #122 +/- ## ======================================= Coverage 98.08% 98.08% ======================================= Files 9 9 Lines 209 209 ======================================= Hits 205 205 Misses 4 4 ```

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

mfogel commented 11 months ago

Awesome, thank you @cclauss !