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
!215
Volby
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Volby
volby
into
test
Overview
0
Commits
14
Pipelines
3
Changes
3
Merged
jan.bednarik
requested to merge
volby
into
test
4 years ago
Overview
0
Commits
14
Pipelines
3
Changes
3
Expand
0
0
Merge request reports
Viewing commit
8ca878bb
Prev
Next
Show latest version
3 files
+
170
−
21
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
8ca878bb
elections2021: SEO settings
· 8ca878bb
jan.bednarik
authored
4 years ago
elections2021/migrations/0003_auto_20210505_0137.py
0 → 100644
+
40
−
0
Options
# Generated by Django 3.1.7 on 2021-05-04 23:37
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"
elections2021
"
,
"
0002_elections2021candidatepage_elections2021candidateslistpage_elections2021candidatesmappage
"
,
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
"
elections2021candidatepage
"
,
name
=
"
region
"
,
field
=
models
.
CharField
(
choices
=
[
(
"
PHA
"
,
"
Hlavní město Praha
"
),
(
"
JHC
"
,
"
Jihočeský kraj
"
),
(
"
JHM
"
,
"
Jihomoravský kraj
"
),
(
"
KVK
"
,
"
Karlovarský kraj
"
),
(
"
VYS
"
,
"
Kraj Vysočina
"
),
(
"
KHK
"
,
"
Královéhradecký kraj
"
),
(
"
LBK
"
,
"
Liberecký kraj
"
),
(
"
MSK
"
,
"
Moravskoslezský kraj
"
),
(
"
OLK
"
,
"
Olomoucký kraj
"
),
(
"
PAK
"
,
"
Pardubický kraj
"
),
(
"
PLK
"
,
"
Plzeňský kraj
"
),
(
"
STC
"
,
"
Středočeský kraj
"
),
(
"
ULK
"
,
"
Ústecký kraj
"
),
(
"
ZLK
"
,
"
Zlínský kraj
"
),
],
max_length
=
3
,
verbose_name
=
"
kraj
"
,
),
),
]
Loading