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. """