Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #61 from HackSoftware/django-upgrade-notice
Browse files Browse the repository at this point in the history
Django Upgrade Notice
  • Loading branch information
RadoRado authored Nov 25, 2021
2 parents 0d007ee + 70f6472 commit 4ab19bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ A custom Django choice field to use with [Python enums.](https://docs.python.org

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`

**If you are using `django-enum-choices` and you want to upgrade your project to Django >= `3.0` you can refer to the guide in the wiki: [Migrating to Django 3](https://github.com/HackSoftware/django-enum-choices/wiki/Migrating-to-Django-3)**

## Table of Contents

- [django-enum-choices](#django-enum-choices)
Expand Down

0 comments on commit 4ab19bf

Please sign in to comment.