Date range selection on session view
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user