goodtune / vitriolic

This project unifies the various sub-projects Touch Technology has created over the years that were intended to be reusable in isolation, but in practice never stood alone for long.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Progression failure causing uncaught exceptions #63

Open goodtune opened 1 year ago

goodtune commented 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.