|
|
|
@ -69,7 +69,7 @@ class PlayerRegistrationAdmin(admin.ModelAdmin): |
|
|
|
ordering = ['last_name', 'first_name'] |
|
|
|
ordering = ['last_name', 'first_name'] |
|
|
|
|
|
|
|
|
|
|
|
class MatchAdmin(admin.ModelAdmin): |
|
|
|
class MatchAdmin(admin.ModelAdmin): |
|
|
|
list_display = ['__str__', 'round', 'group_stage', 'start_date', 'index'] |
|
|
|
list_display = ['__str__', 'round', 'group_stage', 'start_date', 'end_date', 'index'] |
|
|
|
list_filter = [MatchTypeListFilter, MatchTournamentListFilter, SimpleIndexListFilter] |
|
|
|
list_filter = [MatchTypeListFilter, MatchTournamentListFilter, SimpleIndexListFilter] |
|
|
|
ordering = ['-group_stage', 'round'] |
|
|
|
ordering = ['-group_stage', 'round'] |
|
|
|
|
|
|
|
|
|
|
|
|