UEWBot / dipvis

Django-based visualiser for tournaments for the boardgame Diplomacy
GNU General Public License v3.0
7 stars 4 forks source link

Migrate to Django's Choices class #259

Closed UEWBot closed 1 year ago

UEWBot commented 1 year ago

Wherever we have a CharField with a choices parameter, we can now use either TextChoices or IntegerChoices. See https://adamj.eu/tech/2020/01/27/moving-to-django-3-field-choices-enumeration-types/ for hints on migrating.