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
Commits
2a2c8d35
Commit
2a2c8d35
authored
3 years ago
by
jan.bednarik
Browse files
Options
Downloads
Patches
Plain Diff
elections2021: Missing migration
parent
d7a4c865
No related branches found
No related tags found
2 merge requests
!287
release
,
!286
Volby
Pipeline
#3936
passed
3 years ago
Stage: build
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
elections2021/migrations/0029_auto_20210531_1612.py
+134
-0
134 additions, 0 deletions
elections2021/migrations/0029_auto_20210531_1612.py
with
134 additions
and
0 deletions
elections2021/migrations/0029_auto_20210531_1612.py
0 → 100644
+
134
−
0
View file @
2a2c8d35
# Generated by Django 3.2.2 on 2021-05-31 14:12
import
wagtail.core.blocks
import
wagtail.core.fields
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"
elections2021
"
,
"
0028_elections2021programpointpage_default_order
"
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
"
elections2021programpointpage
"
,
name
=
"
benefits
"
,
field
=
wagtail
.
core
.
fields
.
StreamField
(
[
(
"
benefit
"
,
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
title
"
,
wagtail
.
core
.
blocks
.
CharBlock
(
label
=
"
název
"
)),
(
"
text
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h4
"
,
"
ul-elections2021
"
,
"
superscript
"
,
"
link
"
,
"
italic
"
,
"
document-link
"
,
],
label
=
"
text
"
,
),
),
]
),
)
],
blank
=
True
,
verbose_name
=
"
ostatní benefity
"
,
),
),
migrations
.
AlterField
(
model_name
=
"
elections2021programpointpage
"
,
name
=
"
benefits_main
"
,
field
=
wagtail
.
core
.
fields
.
StreamField
(
[
(
"
benefit
"
,
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
variant
"
,
wagtail
.
core
.
blocks
.
ChoiceBlock
(
choices
=
[
(
"
1
"
,
"
Pro mladé
"
),
(
"
2
"
,
"
Pro rodiny s dětmi
"
),
(
"
3
"
,
"
Pro lidi ve zralém věku
"
),
(
"
4
"
,
"
Pro seniory
"
),
(
"
5
"
,
"
Pro zaměstnance
"
),
(
"
6
"
,
"
Pro živnostníky a podnikatele
"
),
(
"
7
"
,
"
Pro lidi ve finanční tísni
"
),
(
"
8
"
,
"
Pro nás pro všechny
"
),
(
"
9
"
,
"
Pro veřejné finance
"
),
(
"
10
"
,
"
Pro rozvoj obcí a měst
"
),
(
"
11
"
,
"
Pro lékaře a zdravotníky
"
),
(
"
12
"
,
"
Pro zemědělce
"
),
(
"
13
"
,
"
Pro děti
"
),
],
label
=
"
název
"
,
),
),
(
"
text
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h4
"
,
"
ul-elections2021
"
,
"
superscript
"
,
"
link
"
,
"
italic
"
,
"
document-link
"
,
],
label
=
"
text
"
,
),
),
]
),
)
],
blank
=
True
,
verbose_name
=
"
hlavní benefity
"
,
),
),
migrations
.
AlterField
(
model_name
=
"
elections2021programpointpage
"
,
name
=
"
faq
"
,
field
=
wagtail
.
core
.
fields
.
StreamField
(
[
(
"
question
"
,
wagtail
.
core
.
blocks
.
StructBlock
(
[
(
"
question
"
,
wagtail
.
core
.
blocks
.
CharBlock
(
label
=
"
otázka
"
),
),
(
"
answer
"
,
wagtail
.
core
.
blocks
.
RichTextBlock
(
features
=
[
"
h4
"
,
"
ul-elections2021
"
,
"
superscript
"
,
"
link
"
,
"
italic
"
,
"
document-link
"
,
],
label
=
"
odpověď
"
,
),
),
]
),
)
],
blank
=
True
,
verbose_name
=
"
FAQ
"
,
),
),
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment