Open goodtune opened 1 year ago
tournamentcontrol/competition/models.py:1061 1061 for m in self.matches: TypeError 'RelatedManager' object is not iterable
Easy fix is to just add .all() but would be nice to understand where the TypeError is originating.
.all()
TypeError
Easy fix is to just add
.all()
but would be nice to understand where theTypeError
is originating.