Skip to content
Snippets Groups Projects

Fix migrations for validity range

Merged Jonathan Weth requested to merge fix/school-term-validity-range into master
3 files
+ 29
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -42,7 +42,7 @@ def migrate_lesson(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
("core", "0003_auto_20200627_1600"),
("core", "0002_school_term"),
("sites", "0002_alter_domain_unique"),
("chronos", "0001_initial"),
]
Loading