event.models.mixins
Classes
Contains all attributes events and ocurrences share. |
Module Contents
- class event.models.mixins.OccurrenceMixin[source]
Bases:
onegov.core.orm.mixins.ContentMixin
Contains all attributes events and ocurrences share.
The
start
andend
date and times are stored in UTC - that is, they are stored internally without a timezone and are converted to UTC when getting or setting, seeUTCDateTime
. Use the propertieslocalized_start
andlocalized_end
to get the localized version of the date and times.- filter_keywords: dict_property[dict[str, list[str] | str]][source]