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
!365
Upgrade
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade
upgrade
into
test
Overview
0
Commits
2
Pipelines
1
Changes
3
Merged
jan.bednarik
requested to merge
upgrade
into
test
3 years ago
Overview
0
Commits
2
Pipelines
1
Changes
3
Expand
0
0
Merge request reports
Compare
test
test (base)
and
latest version
latest version
2988d1f5
2 commits,
3 years ago
3 files
+
8
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
elections2021/management/commands/export_program.py
+
1
−
1
Options
@@ -8,7 +8,7 @@ from django.template.loader import render_to_string
from
django.utils
import
timezone
from
PyPDF2
import
PdfFileMerger
from
weasyprint
import
CSS
,
HTML
,
default_url_fetcher
from
weasyprint.fonts
import
FontConfiguration
from
weasyprint.
text.
fonts
import
FontConfiguration
from
...constants
import
BENEFITS_CHOICES
,
MINISTRY_CHOICES
,
MINISTRY_CODES
from
...models
import
Elections2021ProgramPointPage
Loading