UEWBot / dipvis

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

Forms may be missing validators #266

Closed UEWBot closed 1 year ago

UEWBot commented 1 year ago

Need to check that all the form fields have appropriate validators.

UEWBot commented 1 year ago

Looks like the only one missing was for Game.name, and that was fixed on issue #262 The other validators that could be used are for game years and centre counts, but those have a min_value/max_value, so a validator is unnecessary.