From: Mike Bayer Date: Sun, 16 Feb 2014 19:43:26 +0000 (-0500) Subject: this isn't really the mainstream use case here; would need to talk X-Git-Tag: rel_0_9_3~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a79efa2aa48fcc3792679dccafbbb64c065bfc0e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git this isn't really the mainstream use case here; would need to talk about non-equality operators in general. --- diff --git a/lib/sqlalchemy/orm/relationships.py b/lib/sqlalchemy/orm/relationships.py index 458fee0c8e..43db14e131 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. """