diff --git a/core/migrations/0004_auto_20160908_1151.py b/core/migrations/0004_auto_20160908_1151.py new file mode 100644 index 0000000..4f276c5 --- /dev/null +++ b/core/migrations/0004_auto_20160908_1151.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.10 on 2016-09-08 14:51 +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('core', '0003_auto_20160908_1108'), + ] + + operations = [ + migrations.AlterField( + model_name='resource', + name='name', + field=models.CharField(max_length=100, unique=True, verbose_name='Name'), + ), + ] -- libgit2 0.21.2