Skip to content

Commit

Permalink
Merge branch 'master' into freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe authored Dec 9, 2023
2 parents fa8da22 + 39c1e8a commit 57b9f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions competition/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def save(self, *args, **kwargs) -> None:
self.frozen_results = None
return super().save(*args, **kwargs)


def get_first_series(self) -> 'Series':
return self.series_set.get(order=1)

Expand Down

0 comments on commit 57b9f78

Please sign in to comment.