@@ -14,7 +11,7 @@ class Migration(migrations.Migration):
migrations.AlterField(
model_name='participation',
name='role',
field=models.CharField(help_text=b'Instructors may update course content. Teaching assistants may access and change grade data. Observers may access analytics. Each role includes privileges from subsequent roles.',max_length=50,choices=[(b'instructor',b'Instructor'),(b'ta',b'Teaching Assistant'),(b'student',b'Student'),(b'observer',b'Observer'),(b'auditor',b'Auditor')]),
field=models.CharField(help_text='Instructors may update course content. Teaching assistants may access and change grade data. Observers may access analytics. Each role includes privileges from subsequent roles.',max_length=50,choices=[(b'instructor',b'Instructor'),(b'ta',b'Teaching Assistant'),(b'student',b'Student'),(b'observer',b'Observer'),(b'auditor',b'Auditor')]),
@@ -14,7 +11,7 @@ class Migration(migrations.Migration):
migrations.AlterField(
model_name='gradechange',
name='attempt_id',
field=models.CharField(default=b'main',max_length=50,null=True,help_text=b"Grade changes are grouped by their 'attempt ID' where later grades with the same attempt ID supersede earlier ones.",blank=True),
field=models.CharField(default='main',max_length=50,null=True,help_text="Grade changes are grouped by their 'attempt ID' where later grades with the same attempt ID supersede earlier ones.",blank=True),