You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name=models.CharField(blank=True, max_length=255, help_text="Name of session, in case the session has a purpose rather than just being a group meeting.")
935
1002
short=models.CharField(blank=True, max_length=32, help_text="Short version of 'name' above, for use in filenames.")
@@ -951,6 +1018,8 @@ class Session(models.Model):
951
1018
952
1019
unique_constraints_dict=None
953
1020
1021
+
CANCELED_STATUSES= ['canceled', 'canceledpa']
1022
+
954
1023
# Should work on how materials are captured so that deleted things are no longer associated with the session
955
1024
# (We can keep the information about something being added to and removed from a session in the document's history)
0 commit comments