.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 6.0.1 on 2026-07-13 08:45
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('generic', '0033_userhiddenitem'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='ciduserexam',
|
||||
name='exclude_from_stats',
|
||||
field=models.BooleanField(default=False, help_text='Exclude this candidate from exam statistics.'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user