From: Mike Bayer Date: Sun, 16 Feb 2014 17:47:43 +0000 (-0500) Subject: remove redundant see also X-Git-Tag: rel_0_9_3~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=945b87b2d86809c981593f686f77fbd759be4b85;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git remove redundant see also --- diff --git a/lib/sqlalchemy/orm/relationships.py b/lib/sqlalchemy/orm/relationships.py index 46dd91c6ea..ae40c6bf47 100644 --- a/lib/sqlalchemy/orm/relationships.py +++ b/lib/sqlalchemy/orm/relationships.py @@ -553,9 +553,6 @@ class RelationshipProperty(StrategizedProperty): :paramref:`.mapper.passive_updates` - a similar flag which takes effect for joined-table inheritance mappings. - Also see the passive_updates flag on ``mapper()``. - - :param post_update: this indicates that the relationship should be handled by a second UPDATE statement after an INSERT or before a