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

Fix cast

parent aaabb405
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ class RecurrenceManager(CTEManager):
),
default=Func(
Value("{}", output_field=ArrayField(DateTimeField())),
F(self.date_start_field),
Cast(self.date_start_field, output_field=DateTimeField()),
function="ARRAY_APPEND",
output_field=ArrayField(DateTimeField()),
),
......
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