diff options
Diffstat (limited to 'app/unused_apps/src/migrations/0002_auto_20160329_2107.py')
-rw-r--r-- | app/unused_apps/src/migrations/0002_auto_20160329_2107.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app/unused_apps/src/migrations/0002_auto_20160329_2107.py b/app/unused_apps/src/migrations/0002_auto_20160329_2107.py deleted file mode 100644 index 25f5e4e..0000000 --- a/app/unused_apps/src/migrations/0002_auto_20160329_2107.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.9 on 2016-03-29 21:07 -from __future__ import unicode_literals - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('src', '0001_initial'), - ] - - operations = [ - migrations.RenameModel( - old_name='Entry', - new_name='Post', - ), - ] |