diff options
Diffstat (limited to 'bak/unused_apps/src/migrations/0002_auto_20160329_2107.py')
-rw-r--r-- | bak/unused_apps/src/migrations/0002_auto_20160329_2107.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bak/unused_apps/src/migrations/0002_auto_20160329_2107.py b/bak/unused_apps/src/migrations/0002_auto_20160329_2107.py new file mode 100644 index 0000000..25f5e4e --- /dev/null +++ b/bak/unused_apps/src/migrations/0002_auto_20160329_2107.py @@ -0,0 +1,19 @@ +# -*- 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', + ), + ] |