details:   https://code.tryton.org/tryton/commit/1034af851927
branch:    7.6
user:      Cédric Krier <[email protected]>
date:      Thu Jul 31 23:47:59 2025 +0200
description:
        Fix parameter name for check_modification in the documentation
        (grafted from 22b34b5858e9f39e67ea52b712f98f4c8e7f1732)
diffstat:

 trytond/doc/ref/models.rst |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 465777db2ddd -r 1034af851927 trytond/doc/ref/models.rst
--- a/trytond/doc/ref/models.rst        Sat Oct 25 12:24:26 2025 +0200
+++ b/trytond/doc/ref/models.rst        Thu Jul 31 23:47:59 2025 +0200
@@ -414,7 +414,7 @@
 
    Delete records.
 
-.. classmethod:: ModelStorage.check_modification(mode, record[, values[, 
external]])
+.. classmethod:: ModelStorage.check_modification(mode, records[, values[, 
external]])
 
    Method called after ``records`` are created and before ``records`` are
    modified with ``values`` or deleted.

Reply via email to