Skip to content
Snippets Groups Projects
Verified Commit 376f3d74 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix

parent 725e292b
No related branches found
No related tags found
No related merge requests found
......@@ -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(
(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment