summaryrefslogtreecommitdiff
path: root/app/photos/migrations/0009_auto_20160320_0907.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/photos/migrations/0009_auto_20160320_0907.py')
-rw-r--r--app/photos/migrations/0009_auto_20160320_0907.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/photos/migrations/0009_auto_20160320_0907.py b/app/photos/migrations/0009_auto_20160320_0907.py
new file mode 100644
index 0000000..ccfebf5
--- /dev/null
+++ b/app/photos/migrations/0009_auto_20160320_0907.py
@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.9 on 2016-03-20 09:07
+from __future__ import unicode_literals
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('photos', '0008_luximagesize_quality'),
+ ]
+
+ operations = [
+ migrations.RenameField(
+ model_name='luximagesize',
+ old_name='size',
+ new_name='width',
+ ),
+ ]