feat(people): Add first user data fields

To support choices in CharFields, Django choices enums have been
backported by bringing in the source file from Django 3.0.3

See #1
This commit is contained in:
James Graham
2020-02-21 17:10:26 +00:00
parent e4a50dbfa4
commit 6d2737b1a6
11 changed files with 194 additions and 5 deletions

6
backports/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
"""
These files are backported functionality from future versions of Django.
- models.db.enums - copied from Django 3.0.3
See https://github.com/django/django/blob/3.0.3/django/db/models/enums.py
"""