diff options
Diffstat (limited to 'lib/sqlalchemy/orm/mapper.py')
| -rw-r--r-- | lib/sqlalchemy/orm/mapper.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/mapper.py b/lib/sqlalchemy/orm/mapper.py index 795447763..2ec30f0ba 100644 --- a/lib/sqlalchemy/orm/mapper.py +++ b/lib/sqlalchemy/orm/mapper.py @@ -2336,7 +2336,9 @@ def validates(*names, **kw): :param \*names: list of attribute names to be validated. :param include_removes: if True, "remove" events will be sent as well - the validation function must accept an additional - argument "is_remove" which will be a boolean. New in 0.7.7. + argument "is_remove" which will be a boolean. + + .. versionadded:: 0.7.7 """ include_removes = kw.pop('include_removes', False) |
