app/soc/models/grading_record.py
changeset 2630 99239a6d9098
parent 2588 db306bbda381
--- a/app/soc/models/grading_record.py	Mon Jul 13 12:46:54 2009 +0200
+++ b/app/soc/models/grading_record.py	Mon Jul 13 12:48:05 2009 +0200
@@ -91,7 +91,7 @@
   #: Boolean that states if the grade_decision property has been locked
   #: This is to prevent an automatic update from a GradingSurveyGroup to
   #: overwrite the decision made by for example a Program Administrator.
-  locked = db.BooleanProperty(required=True, default=False,
+  locked = db.BooleanProperty(required=False, default=False,
                               verbose_name=ugettext('Grade Decision locked'))
 
   #: Property containing the date that this GradingRecord was created.