4903bbaaef
This package lets you use real Python (PEP435-style) enums with Django. Signed-off-by: Adam Duskett <Aduskett@gmail.com> [Thomas: add select on python-enum34 if python 2.x is used] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
config BR2_PACKAGE_PYTHON_DJANGO_ENUMFIELDS
|
|
bool "python-django-enumfields"
|
|
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
|
|
help
|
|
Real Python Enums for Django.
|
|
|
|
https://github.com/hzdg/django-enumfields
|