UEWBot / dipvis

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

Use Textchoices where appropriate #260

Closed UEWBot closed 1 year ago

UEWBot commented 1 year ago

New classes for each CharField with a choices parameter (no migrations needed for these because the underlying representation is unchanged). Also add constraints to ensure database integrity.

Issue #259