From 945b87b2d86809c981593f686f77fbd759be4b85 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 16 Feb 2014 12:47:43 -0500 Subject: [PATCH] remove redundant see also --- lib/sqlalchemy/orm/relationships.py | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.47.3