lino.modlib.changes

Adds functionality for recording database changes into a database table. See Watching database changes for an introduction.

models

Database models for this plugin.

Classes

Plugin(site, app_label, app_name, ...)

See Introduction to plugins.

class lino.modlib.changes.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)

Bases: Plugin

See Introduction to plugins.