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

Fix get_single_events to expand by default

parent 7002764a
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Fixed
~~~~~
* [Dev] `get_single_events` didn't expand events by default.
`4.0.2`_ - 2025-05-21
---------------------
......
......@@ -954,7 +954,7 @@ class CalendarEventMixin(DAVResource, RegistryObject, is_registry=True):
params: dict[str, any] | None = None,
with_reference_object: bool = False,
queryset: Optional[QuerySet] = None,
expand: bool | None = False,
expand: bool | None = True,
**kwargs,
):
"""Get single events for this calendar feed."""
......
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