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
90d2af80
Commit
90d2af80
authored
2 years ago
by
jan.bednarik
Browse files
Options
Downloads
Patches
Plain Diff
uniweb: Fix imports
parent
d2207489
Branches
Branches containing commit
No related tags found
4 merge requests
!781
News2
,
!777
uniweb: Fix imports
,
!775
uniweb: Fix imports
,
!774
uniweb: Fix imports
Pipeline
#12653
passed
2 years ago
Stage: build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
uniweb/models.py
+4
-6
4 additions, 6 deletions
uniweb/models.py
with
4 additions
and
6 deletions
uniweb/models.py
+
4
−
6
View file @
90d2af80
import
random
from
captcha.fields
import
CaptchaField
from
captcha.fields
import
CaptchaField
from
django
import
forms
from
django
import
forms
from
django.core.paginator
import
Paginator
from
django.core.paginator
import
Paginator
...
@@ -31,14 +33,10 @@ from shared.models import (
...
@@ -31,14 +33,10 @@ from shared.models import (
ExtendedMetadataPageMixin
,
ExtendedMetadataPageMixin
,
SubpageMixin
,
SubpageMixin
,
)
)
from
shared.utils
import
make_promote_panels
from
shared.utils
import
make_promote_panels
,
strip_all_html_tags
,
trim_to_length
from
tuning
import
admin_help
from
tuning
import
admin_help
from
.blocks
import
(
from
.blocks
import
PeopleGroupListBlock
,
PersonUrlBlock
PersonCustomPositionBlock
,
PeopleGroupListBlock
,
PersonUrlBlock
,
)
from
.constants
import
(
from
.constants
import
(
ALIGN_CHOICES
,
ALIGN_CHOICES
,
ALIGN_CSS
,
ALIGN_CSS
,
...
...
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