From a17a40c7cd0fc053971b2ca991fe0e5771df443f Mon Sep 17 00:00:00 2001 From: "jindra12.underdark" <jindra12.underdark@gmail.com> Date: Sun, 7 May 2023 21:29:04 +0200 Subject: [PATCH] redo migrations #153 --- ... 0044_uniwebhomepage_hide_footer_uniwebhomepage_logo.py} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename uniweb/migrations/{0042_uniwebhomepage_hide_footer_uniwebhomepage_logo.py => 0044_uniwebhomepage_hide_footer_uniwebhomepage_logo.py} (85%) diff --git a/uniweb/migrations/0042_uniwebhomepage_hide_footer_uniwebhomepage_logo.py b/uniweb/migrations/0044_uniwebhomepage_hide_footer_uniwebhomepage_logo.py similarity index 85% rename from uniweb/migrations/0042_uniwebhomepage_hide_footer_uniwebhomepage_logo.py rename to uniweb/migrations/0044_uniwebhomepage_hide_footer_uniwebhomepage_logo.py index 1c156e75..22fa667a 100644 --- a/uniweb/migrations/0042_uniwebhomepage_hide_footer_uniwebhomepage_logo.py +++ b/uniweb/migrations/0044_uniwebhomepage_hide_footer_uniwebhomepage_logo.py @@ -1,4 +1,4 @@ -# Generated by Django 4.1.8 on 2023-05-01 14:17 +# Generated by Django 4.1.8 on 2023-05-07 19:17 import django.db.models.deletion from django.db import migrations, models @@ -7,7 +7,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ("wagtailimages", "0025_alter_image_file_alter_rendition_file"), - ("uniweb", "0041_alter_uniwebflexiblepage_content_and_more"), + ("uniweb", "0043_merge_20230502_1854"), ] operations = [ @@ -16,7 +16,7 @@ class Migration(migrations.Migration): name="hide_footer", field=models.BooleanField( default=False, - help_text="Chcete zobrazit patičku?", + help_text="Chcete skrýt patičku?", verbose_name="skrýt patičku", ), ), -- GitLab