You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/11/06 15:43:39 UTC

[airavata-django-portal] branch master updated: Wagtail: bootstrap embed video migration

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new f36e358  Wagtail: bootstrap embed video migration
f36e358 is described below

commit f36e358666b493bf0c3e3339c17b2b090f8c61cf
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Nov 6 10:43:17 2019 -0500

    Wagtail: bootstrap embed video migration
---
 .../base/migrations/0022_auto_20191106_1542.py     | 58 ++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/django_airavata/wagtailapps/base/migrations/0022_auto_20191106_1542.py b/django_airavata/wagtailapps/base/migrations/0022_auto_20191106_1542.py
new file mode 100644
index 0000000..edd2acb
--- /dev/null
+++ b/django_airavata/wagtailapps/base/migrations/0022_auto_20191106_1542.py
@@ -0,0 +1,58 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.11.21 on 2019-11-06 15:42
+from __future__ import unicode_literals
+
+from django.db import migrations
+import wagtail.core.blocks
+import wagtail.core.fields
+import wagtail.documents.blocks
+import wagtail.embeds.blocks
+import wagtail.images.blocks
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('django_airavata_wagtail_base', '0021_auto_20191105_2053'),
+    ]
+
+    operations = [
+        migrations.AlterModelOptions(
+            name='csslink',
+            options={'verbose_name': 'CSS Link'},
+        ),
+        migrations.AlterModelOptions(
+            name='jslink',
+            options={'verbose_name': 'JS Link'},
+        ),
+        migrations.AlterField(
+            model_name='cybergatewayhomepage',
+            name='contact',
+            field=wagtail.core.fields.StreamField((('paragraph_block', wagtail.core.blocks.StructBlock((('custom_class', wagtail.core.blocks.TextBlock(blank=True, help_text='control this element by giving unique class names separated by space and styling the class in css', required=False)), ('body', wagtail.core.blocks.RichTextBlock())))), ('image_block', wagtail.core.blocks.StructBlock((('image', wagtail.images.blocks.ImageChooserBlock(required=True)), ('caption', wagtail.core.blocks.Ch [...]
+        ),
+        migrations.AlterField(
+            model_name='cybergatewayhomepage',
+            name='footer',
+            field=wagtail.core.fields.StreamField((('paragraph_block', wagtail.core.blocks.StructBlock((('custom_class', wagtail.core.blocks.TextBlock(blank=True, help_text='control this element by giving unique class names separated by space and styling the class in css', required=False)), ('body', wagtail.core.blocks.RichTextBlock())))), ('image_block', wagtail.core.blocks.StructBlock((('image', wagtail.images.blocks.ImageChooserBlock(required=True)), ('caption', wagtail.core.blocks.Ch [...]
+        ),
+        migrations.AlterField(
+            model_name='footertext',
+            name='footer',
+            field=wagtail.core.fields.StreamField((('paragraph_block', wagtail.core.blocks.StructBlock((('custom_class', wagtail.core.blocks.TextBlock(blank=True, help_text='control this element by giving unique class names separated by space and styling the class in css', required=False)), ('body', wagtail.core.blocks.RichTextBlock())))), ('image_block', wagtail.core.blocks.StructBlock((('image', wagtail.images.blocks.ImageChooserBlock(required=True)), ('caption', wagtail.core.blocks.Ch [...]
+        ),
+        migrations.AlterField(
+            model_name='homepage',
+            name='body',
+            field=wagtail.core.fields.StreamField((('paragraph_block', wagtail.core.blocks.StructBlock((('custom_class', wagtail.core.blocks.TextBlock(blank=True, help_text='control this element by giving unique class names separated by space and styling the class in css', required=False)), ('body', wagtail.core.blocks.RichTextBlock())))), ('image_block', wagtail.core.blocks.StructBlock((('image', wagtail.images.blocks.ImageChooserBlock(required=True)), ('caption', wagtail.core.blocks.Ch [...]
+        ),
+        migrations.AlterField(
+            model_name='rowblankpagerelation',
+            name='body',
+            field=wagtail.core.fields.StreamField((('paragraph_block', wagtail.core.blocks.StructBlock((('custom_class', wagtail.core.blocks.TextBlock(blank=True, help_text='control this element by giving unique class names separated by space and styling the class in css', required=False)), ('body', wagtail.core.blocks.RichTextBlock())))), ('image_block', wagtail.core.blocks.StructBlock((('image', wagtail.images.blocks.ImageChooserBlock(required=True)), ('caption', wagtail.core.blocks.Ch [...]
+        ),
+        migrations.AlterField(
+            model_name='rowcybergatewayhomepagerelation',
+            name='body',
+            field=wagtail.core.fields.StreamField((('paragraph_block', wagtail.core.blocks.StructBlock((('custom_class', wagtail.core.blocks.TextBlock(blank=True, help_text='control this element by giving unique class names separated by space and styling the class in css', required=False)), ('body', wagtail.core.blocks.RichTextBlock())))), ('image_block', wagtail.core.blocks.StructBlock((('image', wagtail.images.blocks.ImageChooserBlock(required=True)), ('caption', wagtail.core.blocks.Ch [...]
+        ),
+    ]