Django Choices model field with choices of classes
The following code was working in python 3.10 but not in 3.11 due to a change in the enum
module.
The following code was working in python 3.10 but not in 3.11 due to a change in the enum
module.