From e2b88e8c0afe71cf98e92d5c1f8f0bde08ca01e4 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Tue, 22 Jul 2014 15:25:18 +0300 Subject: [PATCH] Update parameter docs --- sqlalchemy_utils/functions/orm.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sqlalchemy_utils/functions/orm.py b/sqlalchemy_utils/functions/orm.py index 5cbe06a..18d7058 100644 --- a/sqlalchemy_utils/functions/orm.py +++ b/sqlalchemy_utils/functions/orm.py @@ -528,7 +528,9 @@ def has_changes(obj, attrs=None, exclude=None): Added support for multiple attributes and exclude parameter. :param obj: SQLAlchemy declarative model object - :param attrs: Name(s) of the attribute + :param attrs: Names of the attributes + :param exclude: Names of the attributes to exclude + .. seealso:: :func:`has_any_changes` """ if attrs: