details:   https://code.tryton.org/tryton/commit/18832c8b6d20
branch:    default
user:      Cédric Krier <[email protected]>
date:      Sat Mar 14 18:11:34 2026 +0100
description:
        Document history attribute of table handler
diffstat:

 trytond/doc/ref/backend.rst |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 14e25c1bdddd -r 18832c8b6d20 trytond/doc/ref/backend.rst
--- a/trytond/doc/ref/backend.rst       Sat Mar 14 18:09:29 2026 +0100
+++ b/trytond/doc/ref/backend.rst       Sat Mar 14 18:11:34 2026 +0100
@@ -253,6 +253,10 @@
    Handle table for the ``model``.
    If ``history`` is set, the table is the one storing the history.
 
+.. attribute:: TableHandler.history
+
+   A boolean to handle the history table.
+
 .. attribute:: TableHandler.namedatalen
 
    The maximing length of named data for the database.

Reply via email to