Convert enums to lists for Django choices
requested to merge hansegucker/python-calendarweek:fix/use-list-instead-enum-for-choices into master
Makes using in Django templates easier because Django seems to have problems with enumerations in templates at some points.