mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-29 20:14:55 -04:00
this isn't really the mainstream use case here; would need to talk
about non-equality operators in general.
This commit is contained in:
@@ -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.
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user