Use Django Admin¶
EnumField will mostly just work in the Django
admin. There is
one issue where enums that are
not hash equivalent will not render value labels correctly in the
ModelAdmin list_display.
EnumField will mostly just work in the Django
admin. There is
one issue where enums that are
not hash equivalent will not render value labels correctly in the
ModelAdmin list_display.