Moving to Django 3.0's Field.choices Enumeration Types
Django 3.0 added a new powerful way of handle Enumerations for model field choices. Check out this article for a nicer way to use them.
Django 3.0 added a new powerful way of handle Enumerations for model field choices. Check out this article for a nicer way to use them.