summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r--lib/sqlalchemy/orm/relationships.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/sqlalchemy/orm/relationships.py b/lib/sqlalchemy/orm/relationships.py
index 46dd91c6e..ae40c6bf4 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