From e2139aeabd564a48598a1142492bcbd08f3f722c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 12 Jul 2016 13:37:22 -0400 Subject: upgraded jrnl admin and fixed some bugs with image uploading iframe. Also updated pip freeze in requirements.txt --- app/jrnl/migrations/0005_auto_20160514_2151.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app/jrnl/migrations/0005_auto_20160514_2151.py (limited to 'app/jrnl') diff --git a/app/jrnl/migrations/0005_auto_20160514_2151.py b/app/jrnl/migrations/0005_auto_20160514_2151.py new file mode 100644 index 0000000..701c8c3 --- /dev/null +++ b/app/jrnl/migrations/0005_auto_20160514_2151.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.9 on 2016-05-14 21:51 +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('jrnl', '0004_auto_20160309_1031'), + ] + + operations = [ + migrations.AlterField( + model_name='entrytitlesong', + name='title', + field=models.CharField(blank=True, max_length=200), + ), + ] -- cgit v1.2.3-70-g09d2