adhocracy_core.changelog package¶
Transaction changelog for resources.
-
class
Changelog(default_factory=<function Changelog.<lambda>>)[source]¶ Bases:
collections.defaultdictTransaction changelog for resources.
Dictionary with resource path as key and default value
ChangelogMetadata.Initialize self.
-
clear_modification_date_callback(request)[source]¶ Delete the shared modification date for the transaction.
The date is set by
adhocracy_utils.get_modification_date().