|
|
|
@ -954,6 +954,7 @@ class TeamItem: |
|
|
|
def to_dict(self): |
|
|
|
def to_dict(self): |
|
|
|
return { |
|
|
|
return { |
|
|
|
"names": self.names, |
|
|
|
"names": self.names, |
|
|
|
|
|
|
|
"date": self.date, |
|
|
|
"registration_date": self.registration_date, |
|
|
|
"registration_date": self.registration_date, |
|
|
|
"weight": self.weight, |
|
|
|
"weight": self.weight, |
|
|
|
"initial_weight": self.initial_weight, |
|
|
|
"initial_weight": self.initial_weight, |
|
|
|
|