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
!751
Add calendar page with link from calendar display
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add calendar page with link from calendar display
features/add-calendar-page
into
test
Overview
7
Commits
8
Pipelines
7
Changes
4
Merged
jindra12
requested to merge
features/add-calendar-page
into
test
1 year ago
Overview
7
Commits
8
Pipelines
7
Changes
4
Expand
#163 (closed)
0
0
Merge request reports
Viewing commit
8c8bba27
Prev
Next
Show latest version
4 files
+
3
−
52
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
8c8bba27
Revert changes due to PR suggestions
· 8c8bba27
jindra12
authored
1 year ago
#163
elections2021/migrations/0054_elections2021calendarpage_calendar_page.py deleted
100644 → 0
+
0
−
25
Options
# Generated by Django 4.1.6 on 2023-04-13 21:12
import
django.db.models.deletion
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"
calendar_utils
"
,
"
0005_calendarpage
"
),
(
"
elections2021
"
,
"
0053_alter_elections2021articletag_content_object
"
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
"
elections2021calendarpage
"
,
name
=
"
calendar_page
"
,
field
=
models
.
ForeignKey
(
blank
=
True
,
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
PROTECT
,
to
=
"
calendar_utils.calendarpage
"
,
verbose_name
=
"
Stránka s kalendářem
"
,
),
),
]
Loading