Private
Public Access
1
0

Date range selection on session view

This commit is contained in:
Sander Roosendaal
2018-02-06 21:00:59 +01:00
parent 7bb91c33c7
commit d3448c66f1
4 changed files with 55 additions and 7 deletions

View File

@@ -855,6 +855,10 @@ class PlannedSession(models.Model):
choices=verificationchoices
)
# 0 = incomplete, 1 = complete, >1 = partial (details could
# be defined later)
sessioncompleted = models.IntegerField(default=0)
team = models.ManyToManyField(Team,blank=True)
rower = models.ManyToManyField(Rower,blank=True)