I’d like to use django list_filter to filter by some enum value. Due to that I’ve got of course panel with values like 0, 1, 2,..., 1337 and so on.
I wonder If I will be able to change this values into it’s text representation. For example 0 into horse, 1 into cow, 2 into Moses and so on.
Is it possible to achieve that “easily”?
I’d like to use django list_filter to filter by some enum value. Due to
Share
Use choices