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

Lino Noi watcher specs

This document describes the watchers.

This page contains code snippets (lines starting with >>>), which are being tested during our development workflow. The following snippet initializes the demo project used 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 |
+------------------+------------------------+------------------------------------------+