diff --git a/tournaments/models/tournament.py b/tournaments/models/tournament.py index 1735b94..c2c1c9f 100644 --- a/tournaments/models/tournament.py +++ b/tournaments/models/tournament.py @@ -954,6 +954,7 @@ class TeamItem: def to_dict(self): return { "names": self.names, + "date": self.date, "registration_date": self.registration_date, "weight": self.weight, "initial_weight": self.initial_weight,