From b229a50c7786d8cbe65a2bf471b57a806f4259e3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 13 Jan 2019 12:36:21 -0500 Subject: correct paramref to property links to refer to creation function Change-Id: I2c528bd4639863aa7b8a592beed776d53bab3e5c --- lib/sqlalchemy/orm/descriptor_props.py | 2 +- lib/sqlalchemy/orm/events.py | 2 +- lib/sqlalchemy/orm/properties.py | 2 +- lib/sqlalchemy/orm/relationships.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/sqlalchemy') diff --git a/lib/sqlalchemy/orm/descriptor_props.py b/lib/sqlalchemy/orm/descriptor_props.py index 86a9218e8..5e8b2f1ae 100644 --- a/lib/sqlalchemy/orm/descriptor_props.py +++ b/lib/sqlalchemy/orm/descriptor_props.py @@ -151,7 +151,7 @@ class CompositeProperty(DescriptorProperty): :class:`.AttributeExtension` is deprecated in favor of the :class:`.AttributeEvents` listener interface. The - :paramref:`.CompositeProperty.extension` parameter will be + :paramref:`.composite.extension` parameter will be removed in a future release. """ diff --git a/lib/sqlalchemy/orm/events.py b/lib/sqlalchemy/orm/events.py index 3388105b2..d9e5f87a3 100644 --- a/lib/sqlalchemy/orm/events.py +++ b/lib/sqlalchemy/orm/events.py @@ -2270,7 +2270,7 @@ class AttributeEvents(event.Events): be the :class:`.InstanceState` object. :param collection: the new collection. This will always be generated from what was specified as - :paramref:`.RelationshipProperty.collection_class`, and will always + :paramref:`.relationship.collection_class`, and will always be empty. :param collection_adpater: the :class:`.CollectionAdapter` that will mediate internal access to the collection. diff --git a/lib/sqlalchemy/orm/properties.py b/lib/sqlalchemy/orm/properties.py index a4c429935..616846431 100644 --- a/lib/sqlalchemy/orm/properties.py +++ b/lib/sqlalchemy/orm/properties.py @@ -130,7 +130,7 @@ class ColumnProperty(StrategizedProperty): :class:`.AttributeExtension` is deprecated in favor of the :class:`.AttributeEvents` listener interface. The - :paramref:`.ColumnProperty.extension` parameter will be + :paramref:`.column_property.extension` parameter will be removed in a future release. """ diff --git a/lib/sqlalchemy/orm/relationships.py b/lib/sqlalchemy/orm/relationships.py index 245f6d5ec..aa2d6340e 100644 --- a/lib/sqlalchemy/orm/relationships.py +++ b/lib/sqlalchemy/orm/relationships.py @@ -415,7 +415,7 @@ class RelationshipProperty(StrategizedProperty): :class:`.AttributeExtension` is deprecated in favor of the :class:`.AttributeEvents` listener interface. The - :paramref:`.RelationshipProperty.extension` parameter will be + :paramref:`.relationship.extension` parameter will be removed in a future release. :param foreign_keys: -- cgit v1.2.1