19 lines
425 B
Python
19 lines
425 B
Python
# Generated by Django 5.0.2 on 2024-02-26 17:04
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("pruefplan_viewer", "0001_initial"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="examexecution",
|
|
options={
|
|
"ordering": ("partialExam__exam__date", "partialExam__exam__time")
|
|
},
|
|
),
|
|
]
|