From 5c075838b087558b8c14ef1aa06f03a494d3681b Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Mon, 18 Nov 2019 19:41:45 +0100 Subject: [PATCH] Fix some bugs with too early imports --- .../chronos/migrations/0012_merge_20191118_1939.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 biscuit/apps/chronos/migrations/0012_merge_20191118_1939.py diff --git a/biscuit/apps/chronos/migrations/0012_merge_20191118_1939.py b/biscuit/apps/chronos/migrations/0012_merge_20191118_1939.py new file mode 100644 index 00000000..402601ed --- /dev/null +++ b/biscuit/apps/chronos/migrations/0012_merge_20191118_1939.py @@ -0,0 +1,13 @@ +# Generated by Django 2.2.6 on 2019-11-18 18:39 + +from django.db import migrations + + +class Migration(migrations.Migration): + dependencies = [ + ('timetable', '0011_merge_20191113_1655'), + ('timetable', '0010_auto_20190901_1040'), + ] + + operations = [ + ] -- GitLab