Closed scattenlaeufer closed 5 years ago
Since 152392dc65a3e3525f109f26730a3ccce08b5f0c introduced enums to resoapp/models.py, we should also replace the usage of IntegerField with EnumField.
resoapp/models.py
IntegerField
EnumField
This module could be used to do this.
Since 152392dc65a3e3525f109f26730a3ccce08b5f0c introduced enums to
resoapp/models.py
, we should also replace the usage ofIntegerField
withEnumField
.This module could be used to do this.