summaryrefslogtreecommitdiff
path: root/app/photos/migrations/0013_auto_20161022_1348.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/photos/migrations/0013_auto_20161022_1348.py')
-rw-r--r--app/photos/migrations/0013_auto_20161022_1348.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/app/photos/migrations/0013_auto_20161022_1348.py b/app/photos/migrations/0013_auto_20161022_1348.py
deleted file mode 100644
index 8dfbf98..0000000
--- a/app/photos/migrations/0013_auto_20161022_1348.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.9 on 2016-10-22 13:48
-from __future__ import unicode_literals
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('photos', '0012_luximagesize_is_portrait'),
- ]
-
- operations = [
- migrations.RenameField(
- model_name='luximagesize',
- old_name='width',
- new_name='long_edge',
- ),
- ]