Skip to content

bigjason/django-choices

Repository files navigation

Django-Choices

Build status Code quality checks Code coverage Documentation Status black pypi python-versions django-versions

Order and sanity for django model choices.

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.

License

Licensed under the MIT License.

Source Code

The source code can be found on github.