summaryrefslogtreecommitdiff
path: root/app/unused_apps/jrnl/migrations/0008_auto_20160906_0845.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-11-15 10:13:08 -0500
committerluxagraf <sng@luxagraf.net>2020-11-15 10:13:08 -0500
commit7509da286bccd1dda358507cd455f9297db59247 (patch)
tree779aa3660e453d73268d22a72d9a5599cc94aa02 /app/unused_apps/jrnl/migrations/0008_auto_20160906_0845.py
parentb2434dcba142961b4a4b67780cf64e01d0908bf5 (diff)
ported jrnl building to posts
Diffstat (limited to 'app/unused_apps/jrnl/migrations/0008_auto_20160906_0845.py')
-rw-r--r--app/unused_apps/jrnl/migrations/0008_auto_20160906_0845.py33
1 files changed, 33 insertions, 0 deletions
diff --git a/app/unused_apps/jrnl/migrations/0008_auto_20160906_0845.py b/app/unused_apps/jrnl/migrations/0008_auto_20160906_0845.py
new file mode 100644
index 0000000..4ac5ebf
--- /dev/null
+++ b/app/unused_apps/jrnl/migrations/0008_auto_20160906_0845.py
@@ -0,0 +1,33 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.9 on 2016-09-06 08:45
+from __future__ import unicode_literals
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('jrnl', '0007_delete_postimage'),
+ ]
+
+ operations = [
+ migrations.RenameField(
+ model_name='homepagecurrator',
+ old_name='banner',
+ new_name='featured',
+ ),
+ migrations.RenameField(
+ model_name='homepagecurrator',
+ old_name='entry_list',
+ new_name='popular',
+ ),
+ migrations.RemoveField(
+ model_name='homepagecurrator',
+ name='alt_text',
+ ),
+ migrations.RemoveField(
+ model_name='homepagecurrator',
+ name='image_base_url',
+ ),
+ ]