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

Don't assume super.deconstruct() will pass back choices #105

Closed mfogel closed 1 year ago

mfogel commented 1 year ago

Closes #96

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (bd097f4) 100.00% compared to head (a3c7482) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #105 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 198 198 ========================================= Hits 198 198 ``` | [Impacted Files](https://app.codecov.io/gh/mfogel/django-timezone-field/pull/105?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mike+Fogel) | Coverage Δ | | |---|---|---| | [timezone\_field/fields.py](https://app.codecov.io/gh/mfogel/django-timezone-field/pull/105?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mike+Fogel#diff-dGltZXpvbmVfZmllbGQvZmllbGRzLnB5) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.