Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Merge requests
!41
Show announcements in timetable views
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Show announcements in timetable views
feature/show-announcements-in-timetable-views
into
master
Overview
14
Commits
9
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Jonathan Weth
requested to merge
feature/show-announcements-in-timetable-views
into
master
5 years ago
Overview
14
Commits
9
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
Blocked by
AlekSIS!184 (merged)
Closes
#63 (closed)
0
0
Merge request reports
Viewing commit
940bfa7d
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
940bfa7d
Fix missing import
· 940bfa7d
Jonathan Weth
authored
5 years ago
aleksis/apps/chronos/models.py
+
1
−
0
Options
@@ -8,6 +8,7 @@ from django.core import validators
from
django.core.exceptions
import
ValidationError
from
django.db
import
models
from
django.db.models
import
F
,
Max
,
Min
,
Q
from
django.db.models.aggregates
import
Count
from
django.db.models.functions
import
Coalesce
from
django.forms
import
Media
from
django.http.request
import
QueryDict
Loading