]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove redundant see also
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Feb 2014 17:47:43 +0000 (12:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Feb 2014 17:47:43 +0000 (12:47 -0500)
lib/sqlalchemy/orm/relationships.py

index 46dd91c6ea1c0d12f020e35262228e2ac9f31912..ae40c6bf4758a86a1be9abc6193f20c9dc0aab80 100644 (file)
@@ -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