Include tournament name with match title in django admin dropdown
Closed this issue · 2 comments
serenity-valley commented
Solves issue of multiple "Match 0" in dropdown selection
BabyMaybe commented
Matches are now auto named using the format Round # - Tournament Name
Also fixed off by one error so naming starts at 1 instead of 0
BabyMaybe commented
Will only affect future entries