Remove has_any_changes ref
This commit is contained in:
@@ -530,8 +530,6 @@ def has_changes(obj, attrs=None, exclude=None):
|
|||||||
:param obj: SQLAlchemy declarative model object
|
:param obj: SQLAlchemy declarative model object
|
||||||
:param attrs: Names of the attributes
|
:param attrs: Names of the attributes
|
||||||
:param exclude: Names of the attributes to exclude
|
:param exclude: Names of the attributes to exclude
|
||||||
|
|
||||||
.. seealso:: :func:`has_any_changes`
|
|
||||||
"""
|
"""
|
||||||
if attrs:
|
if attrs:
|
||||||
if isinstance(attrs, six.string_types):
|
if isinstance(attrs, six.string_types):
|
||||||
|
|||||||
Reference in New Issue
Block a user