numerous supervisor upgrades

This commit is contained in:
Ross
2024-10-28 16:30:13 +00:00
parent 375261dd84
commit a2907fa285
21 changed files with 455 additions and 27 deletions
@@ -0,0 +1,18 @@
# Generated by Django 5.0.2 on 2024-10-28 11:14
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('physics', '0016_exam_exam_open_access'),
]
operations = [
migrations.AddField(
model_name='exam',
name='results_supervisor_visible',
field=models.BooleanField(default=False, help_text='If true the results will be visible to supervisors without candidate approval.'),
),
]