diff options
Diffstat (limited to 'app/unused_apps/src/migrations/0003_auto_20180707_0958.py')
-rw-r--r-- | app/unused_apps/src/migrations/0003_auto_20180707_0958.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app/unused_apps/src/migrations/0003_auto_20180707_0958.py b/app/unused_apps/src/migrations/0003_auto_20180707_0958.py deleted file mode 100644 index f619888..0000000 --- a/app/unused_apps/src/migrations/0003_auto_20180707_0958.py +++ /dev/null @@ -1,17 +0,0 @@ -# Generated by Django 2.0.1 on 2018-07-07 09:58 - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('src', '0002_auto_20160329_2107'), - ] - - operations = [ - migrations.AlterModelOptions( - name='post', - options={'get_latest_by': 'pub_date', 'ordering': ('-pub_date',), 'verbose_name_plural': 'posts'}, - ), - ] |