Remove has_any_changes ref

This commit is contained in:
Konsta Vesterinen
2014-07-22 15:33:17 +03:00
parent e2b88e8c0a
commit 051191f671

View File

@@ -530,8 +530,6 @@ def has_changes(obj, attrs=None, exclude=None):
:param obj: SQLAlchemy declarative model object
:param attrs: Names of the attributes
:param exclude: Names of the attributes to exclude
.. seealso:: :func:`has_any_changes`
"""
if attrs:
if isinstance(attrs, six.string_types):