json_included_attributes = ['roomname', 'capacity', 'sortkey']
+ _unsafe_attributes = ['comment', ]
+
def __str__(self):
return self.roomname
# has given any feedback on this session.
has_given_feedback = False
+ _unsafe_attributes = [
+ 'submissionnote', 'internalnote',
+ 'tentativescheduleslot_id', 'tentativescheduleslot', 'tentativeroom', 'tentativeroom_id',
+ ]
+
@property
def speaker_list(self):
if self.id:
contractpdf = PdfBinaryField(null=False, blank=False, max_length=1000000, verbose_name='Contract PDF')
fieldjson = models.JSONField(blank=False, null=False, default=dict, encoder=DjangoJSONEncoder)
+ _safe_attributes = ['conference', 'contractname']
+
def __str__(self):
return self.contractname