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, 0 insertions, 20 deletions
diff --git a/app/photos/migrations/0009_auto_20160320_0907.py b/app/photos/migrations/0009_auto_20160320_0907.py
deleted file mode 100644
index ccfebf5..0000000
--- a/app/photos/migrations/0009_auto_20160320_0907.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- 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',
- ),
- ]