]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
this isn't really the mainstream use case here; would need to talk
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Feb 2014 19:43:26 +0000 (14:43 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Feb 2014 19:43:26 +0000 (14:43 -0500)
about non-equality operators in general.

lib/sqlalchemy/orm/relationships.py

index 458fee0c8e395660475b9ddc34829fa847e57ff3..43db14e131b85b2d288dba43c68553f3de4ba1ba 100644 (file)
@@ -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.
 
         """