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
d9cc0e92
Commit
d9cc0e92
authored
4 years ago
by
jan.bednarik
Browse files
Options
Downloads
Patches
Plain Diff
district: Note it's experimental
parent
c6de706b
No related branches found
No related tags found
2 merge requests
!176
Release
,
!175
Upgrade
Pipeline
#2349
passed
4 years ago
Stage: build
Changes
3
Pipelines
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
district/migrations/0004_auto_20210209_1222.py
+19
-0
19 additions, 0 deletions
district/migrations/0004_auto_20210209_1222.py
district/models.py
+1
-1
1 addition, 1 deletion
district/models.py
uniweb/migrations/0010_auto_20210209_1222.py
+761
-0
761 additions, 0 deletions
uniweb/migrations/0010_auto_20210209_1222.py
with
781 additions
and
1 deletion
district/migrations/0004_auto_20210209_1222.py
0 → 100644
+
19
−
0
View file @
d9cc0e92
# Generated by Django 3.1.6 on 2021-02-09 11:22
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
"
district
"
,
"
0003_auto_20210208_1557
"
),
]
operations
=
[
migrations
.
AlterModelOptions
(
name
=
"
districthomepage
"
,
options
=
{
"
verbose_name
"
:
"
Web místního sdružení (experimentální rozpracovaná verze!)
"
},
),
]
This diff is collapsed.
Click to expand it.
district/models.py
+
1
−
1
View file @
d9cc0e92
...
...
@@ -117,7 +117,7 @@ class DistrictHomePage(MetadataPageMixin, Page):
### OTHERS
class
Meta
:
verbose_name
=
"
Web místního sdružení
"
verbose_name
=
"
Web místního sdružení
(experimentální rozpracovaná verze!)
"
def
_first_subpage_of_type
(
self
,
page_type
):
return
self
.
get_descendants
().
type
(
page_type
).
live
().
specific
()[
0
]
...
...
This diff is collapsed.
Click to expand it.
uniweb/migrations/0010_auto_20210209_1222.py
0 → 100644
+
761
−
0
View file @
d9cc0e92
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