scattenlaeufer / zapf-resotool

A bit of software to manage ZaPF resolutions
GNU Affero General Public License v3.0
4 stars 4 forks source link

Replace IntegerFields with EnumFields #7

Closed scattenlaeufer closed 5 years ago

scattenlaeufer commented 5 years ago

Since 152392dc65a3e3525f109f26730a3ccce08b5f0c introduced enums to resoapp/models.py, we should also replace the usage of IntegerField with EnumField.

This module could be used to do this.