Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Merge requests
!162
Fix:
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix:
FIX_green_deal
into
test
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
nepoveda
requested to merge
FIX_green_deal
into
test
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
navigation
parent_page_types
0
0
Merge request reports
Compare
test
test (base)
and
latest version
latest version
2bc2907f
1 commit,
4 years ago
2 files
+
379
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
green_deal/migrations/0004_auto_20210110_2351.py
0 → 100644
+
371
−
0
Options
# Generated by Django 3.1.1 on 2021-01-10 22:51
import
datetime
import
wagtail.core.blocks
import
wagtail.core.fields
import
wagtail.images.blocks
from
django.db
import
migrations
from
django.utils.timezone
import
utc
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"
green_deal
"
,
"
0003_auto_20210107_1120
"
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
"
greendealhomepage
"
,
name
=
"
content
"
,
field
=
wagtail
.
core
.
fields
.
StreamField
(
[
(
"
text_2_columns
"
,
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
left_text
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h2
"
,
"
h3
"
,
"
h4
"
,
"
h5
"
,
"
bold
"
,
"
italic
"
,
"
ol
"
,
"
ul
"
,
"
hr
"
,
"
link
"
,
"
document-link
"
,
"
image
"
,
],
label
=
"
levý sloupec
"
,
),
),
(
"
right_text
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h2
"
,
"
h3
"
,
"
h4
"
,
"
h5
"
,
"
bold
"
,
"
italic
"
,
"
ol
"
,
"
ul
"
,
"
hr
"
,
"
link
"
,
"
document-link
"
,
"
image
"
,
],
label
=
"
pravý sloupec
"
,
),
),
]
),
),
(
"
text_1_column
"
,
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
header
"
,
wagtail
.
core
.
blocks
.
CharBlock
()),
(
"
text
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h2
"
,
"
h3
"
,
"
h4
"
,
"
h5
"
,
"
bold
"
,
"
italic
"
,
"
ol
"
,
"
ul
"
,
"
hr
"
,
"
link
"
,
"
document-link
"
,
"
image
"
,
]
),
),
]
),
),
(
"
FAQ_columns
"
,
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
left_text
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h2
"
,
"
h3
"
,
"
h4
"
,
"
h5
"
,
"
bold
"
,
"
italic
"
,
"
ol
"
,
"
ul
"
,
"
hr
"
,
"
link
"
,
"
document-link
"
,
"
image
"
,
],
label
=
"
levý sloupec
"
,
),
),
(
"
faqs
"
,
wagtail
.
core
.
blocks
.
ListBlock
(
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
question
"
,
wagtail
.
core
.
blocks
.
TextBlock
(),
),
(
"
answer
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(),
),
]
),
label
=
"
faq
"
,
),
),
]
),
),
(
"
news
"
,
wagtail
.
core
.
blocks
.
ListBlock
(
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
header
"
,
wagtail
.
core
.
blocks
.
CharBlock
()),
(
"
perex
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h2
"
,
"
h3
"
,
"
h4
"
,
"
h5
"
,
"
bold
"
,
"
italic
"
,
"
ol
"
,
"
ul
"
,
"
hr
"
,
"
link
"
,
"
document-link
"
,
"
image
"
,
]
),
),
(
"
img
"
,
wagtail
.
images
.
blocks
.
ImageChooserBlock
()),
(
"
link
"
,
wagtail
.
core
.
blocks
.
URLBlock
()),
(
"
date
"
,
wagtail
.
core
.
blocks
.
DateBlock
(
default
=
datetime
.
datetime
(
2021
,
1
,
10
,
22
,
51
,
27
,
691203
,
tzinfo
=
utc
,
)
),
),
]
),
label
=
"
aktuality
"
,
),
),
],
blank
=
True
,
verbose_name
=
"
obsah stránky
"
,
),
),
migrations
.
AlterField
(
model_name
=
"
greendealsubpage
"
,
name
=
"
content
"
,
field
=
wagtail
.
core
.
fields
.
StreamField
(
[
(
"
text_2_columns
"
,
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
left_text
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h2
"
,
"
h3
"
,
"
h4
"
,
"
h5
"
,
"
bold
"
,
"
italic
"
,
"
ol
"
,
"
ul
"
,
"
hr
"
,
"
link
"
,
"
document-link
"
,
"
image
"
,
],
label
=
"
levý sloupec
"
,
),
),
(
"
right_text
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h2
"
,
"
h3
"
,
"
h4
"
,
"
h5
"
,
"
bold
"
,
"
italic
"
,
"
ol
"
,
"
ul
"
,
"
hr
"
,
"
link
"
,
"
document-link
"
,
"
image
"
,
],
label
=
"
pravý sloupec
"
,
),
),
]
),
),
(
"
text_1_column
"
,
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
header
"
,
wagtail
.
core
.
blocks
.
CharBlock
()),
(
"
text
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h2
"
,
"
h3
"
,
"
h4
"
,
"
h5
"
,
"
bold
"
,
"
italic
"
,
"
ol
"
,
"
ul
"
,
"
hr
"
,
"
link
"
,
"
document-link
"
,
"
image
"
,
]
),
),
]
),
),
(
"
FAQ_columns
"
,
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
left_text
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h2
"
,
"
h3
"
,
"
h4
"
,
"
h5
"
,
"
bold
"
,
"
italic
"
,
"
ol
"
,
"
ul
"
,
"
hr
"
,
"
link
"
,
"
document-link
"
,
"
image
"
,
],
label
=
"
levý sloupec
"
,
),
),
(
"
faqs
"
,
wagtail
.
core
.
blocks
.
ListBlock
(
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
question
"
,
wagtail
.
core
.
blocks
.
TextBlock
(),
),
(
"
answer
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(),
),
]
),
label
=
"
faq
"
,
),
),
]
),
),
(
"
news
"
,
wagtail
.
core
.
blocks
.
ListBlock
(
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
header
"
,
wagtail
.
core
.
blocks
.
CharBlock
()),
(
"
perex
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h2
"
,
"
h3
"
,
"
h4
"
,
"
h5
"
,
"
bold
"
,
"
italic
"
,
"
ol
"
,
"
ul
"
,
"
hr
"
,
"
link
"
,
"
document-link
"
,
"
image
"
,
]
),
),
(
"
img
"
,
wagtail
.
images
.
blocks
.
ImageChooserBlock
()),
(
"
link
"
,
wagtail
.
core
.
blocks
.
URLBlock
()),
(
"
date
"
,
wagtail
.
core
.
blocks
.
DateBlock
(
default
=
datetime
.
datetime
(
2021
,
1
,
10
,
22
,
51
,
27
,
691203
,
tzinfo
=
utc
,
)
),
),
]
),
label
=
"
aktuality
"
,
),
),
],
blank
=
True
,
verbose_name
=
"
obsah stránky
"
,
),
),
]
Loading