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

Upgrade GitHub Actions and Django v5.0 #121

Closed cclauss closed 11 months ago

cclauss commented 11 months ago

Upgrading our project from Django v4.2 to v5.0 downgraded our version of django-timezone-field!

Pipfile.lock:

        "django-timezone-field": {
-           "markers": "python_version >= '3.8' and python_version < '4.0'",
-           "version": "==6.1.0"
+           "markers": "python_version >= '3.5'",
+           "version": "==4.2.3"

Related to:

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 (38735c6) 98.08%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #121 +/- ## ======================================= 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

Thanks for this one as well @cclauss