|
@@ -5,8 +5,7 @@
|
|
|
"""
|
|
|
{% endcomment %}
|
|
|
{% verbatim %}
|
|
|
-
|
|
|
-# Generated by Django 2.2.6 on 2019-10-25 20:45
|
|
|
+# Generated by Django 2.2.9 on 2019-12-27 21:39
|
|
|
|
|
|
import coderedcms.blocks.base_blocks
|
|
|
import coderedcms.blocks.html_blocks
|
|
@@ -28,9 +27,9 @@ class Migration(migrations.Migration):
|
|
|
initial = True
|
|
|
|
|
|
dependencies = [
|
|
|
- migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
|
|
('wagtailcore', '0041_group_collection_permissions_verbose_name_plural'),
|
|
|
- ('coderedcms', '0016_auto_20191025_1620'),
|
|
|
+ migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
|
|
+ ('coderedcms', '0017_generalsettings_external_new_tab'),
|
|
|
]
|
|
|
|
|
|
operations = [
|
|
@@ -137,4 +136,4 @@ class Migration(migrations.Migration):
|
|
|
bases=('coderedcms.coderedpage',),
|
|
|
),
|
|
|
]
|
|
|
-{% endverbatim %}
|
|
|
+{% endverbatim %}
|