mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
To support choices in CharFields, Django choices enums have been backported by bringing in the source file from Django 3.0.3 See #1
7 lines
203 B
Python
7 lines
203 B
Python
"""
|
|
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
|
|
"""
|