diff --git a/courses/migrations/0014_merge_20160916_0255.py b/courses/migrations/0014_merge_20160916_0255.py new file mode 100644 index 0000000..77403ef --- /dev/null +++ b/courses/migrations/0014_merge_20160916_0255.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.10 on 2016-09-16 05:55 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('courses', '0013_auto_20160916_0001'), + ('courses', '0013_auto_20160916_0126'), + ] + + operations = [ + ] -- libgit2 0.21.2