summaryrefslogtreecommitdiff
path: root/app/ebay/migrations/0003_auto_20161231_1419.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2017-12-14 18:47:45 -0800
committerluxagraf <sng@luxagraf.net>2017-12-14 18:47:45 -0800
commit83b7318a4672d32ed77cd3f906f43f5ad1cce854 (patch)
tree457806693c791360ada99dd9b3d19a5dc9712936 /app/ebay/migrations/0003_auto_20161231_1419.py
parentadb5c207bea19cedc400b65bd8cd2c54ca0faba0 (diff)
archived old apps that I'm not using
Diffstat (limited to 'app/ebay/migrations/0003_auto_20161231_1419.py')
-rw-r--r--app/ebay/migrations/0003_auto_20161231_1419.py24
1 files changed, 0 insertions, 24 deletions
diff --git a/app/ebay/migrations/0003_auto_20161231_1419.py b/app/ebay/migrations/0003_auto_20161231_1419.py
deleted file mode 100644
index 1f05859..0000000
--- a/app/ebay/migrations/0003_auto_20161231_1419.py
+++ /dev/null
@@ -1,24 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.9 on 2016-12-31 14:19
-from __future__ import unicode_literals
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('ebay', '0002_auto_20161231_1401'),
- ]
-
- operations = [
- migrations.AlterModelOptions(
- name='price',
- options={'get_latest_by': 'date', 'ordering': ('-date',)},
- ),
- migrations.RenameField(
- model_name='item',
- old_name='title',
- new_name='name',
- ),
- ]