Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-pg-rrule
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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®
Libraries
django-pg-rrule
Commits
376f3d74
Verified
Commit
376f3d74
authored
4 months ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Fix
parent
725e292b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
django_pg_rrule/managers.py
+1
-2
1 addition, 2 deletions
django_pg_rrule/managers.py
with
1 addition
and
2 deletions
django_pg_rrule/managers.py
+
1
−
2
View file @
376f3d74
...
...
@@ -27,8 +27,7 @@ class RecurrenceManager(CTEManager):
):
"""
Evaluate rrules and annotate all occurrences.
"""
if
not
start_qs
:
start_qs
=
self
start_qs
=
self
if
start_qs
is
None
else
start_qs
with_qs
=
start_qs
.
filter
(
(
...
...
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