From b658d4b38f1aab3ed1bdc629300392c1b3e9e8fa Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 17 Jun 2016 10:21:26 -0400 Subject: fixed notes to be like an instagram for the web also tweaked styles for picwide captions and added support for show camera make, model and lens --- app/notes/migrations/0005_auto_20160616_1445.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app/notes/migrations/0005_auto_20160616_1445.py (limited to 'app/notes/migrations/0005_auto_20160616_1445.py') diff --git a/app/notes/migrations/0005_auto_20160616_1445.py b/app/notes/migrations/0005_auto_20160616_1445.py new file mode 100644 index 0000000..129bbc2 --- /dev/null +++ b/app/notes/migrations/0005_auto_20160616_1445.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.9 on 2016-06-16 14:45 +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('notes', '0004_auto_20160616_1444'), + ] + + operations = [ + migrations.AlterField( + model_name='luxnote', + name='images', + field=models.ManyToManyField(blank=True, null=True, to='photos.LuxImage'), + ), + ] -- cgit v1.2.3-70-g09d2