Added a penalty field to the ConstrantNames, for use in agenda scheduling.

- Legacy-Id: 6027
This commit is contained in:
Henrik Levkowetz 2013-08-09 18:20:15 +00:00
parent 9c42fe3e24
commit f5ab950fcb

View file

@ -57,6 +57,7 @@ class TimeSlotTypeName(NameModel):
"""Session, Break, Registration"""
class ConstraintName(NameModel):
"""Conflict"""
penalty = models.IntegerField(default=0, help_text="The penalty for violating this kind of constraint; for instance 10 (small penalty) or 10000 (large penalty)")
class LiaisonStatementPurposeName(NameModel):
"""For action, For comment, For information, In response, Other"""
class NomineePositionState(NameModel):