Convert enums to lists for Django choices
Merged
requested to merge hansegucker/python-calendarweek:fix/use-list-instead-enum-for-choices into master
Compare changes
+ 4
− 4
@@ -61,25 +61,25 @@ def i18n_month_abbrs(loc: Optional[str] = None) -> Tuple[str]:
@@ -61,25 +61,25 @@ def i18n_month_abbrs(loc: Optional[str] = None) -> Tuple[str]: