this isn't really the mainstream use case here; would need to talk

about non-equality operators in general.
This commit is contained in:
Mike Bayer
2014-02-16 14:43:26 -05:00
parent 1921e7a3cb
commit a79efa2aa4
-6
View 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.
"""