DISCLAIMER
New projects should not use this package. Existing users can follow the migration guide in the documentation.
Note: Django 3.0 added enumeration types. This feature mostly replaces the need for Django-Choices. See also Adam Johnson's post on using them.
Introduction
Django choices provides a declarative way of using the choices option on django fields.
See the documentation on ReadTheDocs on how to use this library.
Licensed under the MIT License.
The source code can be found on github.