summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/relationships.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-02-16 14:43:26 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-02-16 14:43:26 -0500
commita79efa2aa48fcc3792679dccafbbb64c065bfc0e (patch)
tree5fc21dc494d3e176633c3765ac348176d0328de3 /lib/sqlalchemy/orm/relationships.py
parent1921e7a3cbff7d28cd56fc5bd542d9f5adfa9d63 (diff)
downloadsqlalchemy-a79efa2aa48fcc3792679dccafbbb64c065bfc0e.tar.gz
this isn't really the mainstream use case here; would need to talk
about non-equality operators in general.
Diffstat (limited to 'lib/sqlalchemy/orm/relationships.py')
-rw-r--r--lib/sqlalchemy/orm/relationships.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/sqlalchemy/orm/relationships.py b/lib/sqlalchemy/orm/relationships.py
index 458fee0c8..43db14e13 100644
--- a/lib/sqlalchemy/orm/relationships.py
+++ b/lib/sqlalchemy/orm/relationships.py
@@ -787,12 +787,6 @@ class RelationshipProperty(StrategizedProperty):
that doesn't represent the full set of related objects, to prevent
modifications of the collection from resulting in persistence operations.
- .. seealso::
-
- :ref:`relationship_custom_operator` - Introduces the most common
- use case for :paramref:`~.relationship.viewonly`, that
- of a non-equality comparison in a :paramref:`~.relationship.primaryjoin`
- condition.
"""