svpbde / svpb

Some simple Django webapps for our sailing club
Apache License 2.0
0 stars 0 forks source link

Use Django's enum types for MultipleChoiceField choices #28

Closed transistortim closed 9 months ago

transistortim commented 9 months ago

Enumeration types were introduced in Django 3.0 and provide a clear way to access values and labels, see https://docs.djangoproject.com/en/3.2/ref/models/fields/#field-choices-enum-types.