diff --git a/README.md b/README.md index 996eced..1eb1fb9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@

Django ChoiceField

-

+

CI workflow Status PyPI Package Python versions

+A Django model field that casts enum values to its enum type. Supports all enum types +shipped with Django and Python 3 native enum types. + +--- + ### Motivation Have you also felt annoyed by having to convert