From 0d007ee932061270886b85f2ca3658f42f3cfec8 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Thu, 25 Nov 2021 16:19:30 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b6aca5..1454034 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ -# django-enum-choices +# django-enum-choices (DEPRECATED) A custom Django choice field to use with [Python enums.](https://docs.python.org/3/library/enum.html) [![PyPI version](https://badge.fury.io/py/django-enum-choices.svg)](https://badge.fury.io/py/django-enum-choices) +## ⚠️ Disclaimer ⚠️ + +Starting with version 3.0, Django started supporting [Enumerations for model field choices](https://docs.djangoproject.com/en/dev/releases/3.0/#enumerations-for-model-field-choices) and we recommend using this as a native Django feature, instead of `django-enum-choices` + ## Table of Contents - [django-enum-choices](#django-enum-choices)