Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
Lino Noi watcher specs¶
This document describes the watchers.
Side note: Code snippets (lines starting with >>>
) in this document get
tested as part of our development workflow. The following
initialization snippet tells you which demo project is being used in
this document.
>>> import lino
>>> lino.startup('lino_book.projects.noi1e.settings.demo')
>>> from lino.api.doctest 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 |
+------------------+------------------------+------------------------------------------+