Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More

Lino Noi watcher specs

This document describes the watchers.

All code snippets on this page (lines starting with >>>) are being tested as part of our development workflow. The following snippet initializes a demo project to use throughout this page.

>>> from lino_book.projects.noi1e.startup import *
>>> show_change_watchers()
+------------------+------------------------+------------------------------------------+
| model            | master_key             | ignored_fields                           |
+==================+========================+==========================================+
| comments.Comment | comments.Comment.owner | body_full_preview body_short_preview     |
|                  |                        | created created_natural full_page        |
|                  |                        | list_item modified name_column           |
|                  |                        | navigation_panel overview user           |
|                  |                        | workflow_buttons                         |
+------------------+------------------------+------------------------------------------+
| tickets.Ticket   | None                   | _user_cache created fixed_since modified |
+------------------+------------------------+------------------------------------------+