Skip to content
Snippets Groups Projects
Commit c2aef27c authored by magicfelix's avatar magicfelix
Browse files

Fix migrations

parent fd99a317
No related branches found
No related tags found
1 merge request!336Resolve "Migrations fail"
Pipeline #139117 passed with warnings
...@@ -130,7 +130,7 @@ class Migration(migrations.Migration): ...@@ -130,7 +130,7 @@ class Migration(migrations.Migration):
"verbose_name": "Personal note", "verbose_name": "Personal note",
"verbose_name_plural": "Personal notes", "verbose_name_plural": "Personal notes",
"ordering": [ "ordering": [
"lesson_period__lesson__date_start", "lesson_period__lesson__validity__date_start",
"week", "week",
"lesson_period__period__weekday", "lesson_period__period__weekday",
"lesson_period__period__period", "lesson_period__period__period",
...@@ -194,7 +194,7 @@ class Migration(migrations.Migration): ...@@ -194,7 +194,7 @@ class Migration(migrations.Migration):
"verbose_name": "Lesson documentation", "verbose_name": "Lesson documentation",
"verbose_name_plural": "Lesson documentations", "verbose_name_plural": "Lesson documentations",
"ordering": [ "ordering": [
"lesson_period__lesson__date_start", "lesson_period__lesson__validity__date_start",
"week", "week",
"lesson_period__period__weekday", "lesson_period__period__weekday",
"lesson_period__period__period", "lesson_period__period__period",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment