summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-01-13 12:36:21 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2019-01-13 12:36:57 -0500
commitb229a50c7786d8cbe65a2bf471b57a806f4259e3 (patch)
treebb1d3b5c972f4091cc86340c7e274dc1e3a91eea /lib/sqlalchemy
parentb2cf93089370d9403fd1f410f204e6ad1ff42d9c (diff)
downloadsqlalchemy-b229a50c7786d8cbe65a2bf471b57a806f4259e3.tar.gz
correct paramref to property links to refer to creation function
Change-Id: I2c528bd4639863aa7b8a592beed776d53bab3e5c
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r--lib/sqlalchemy/orm/descriptor_props.py2
-rw-r--r--lib/sqlalchemy/orm/events.py2
-rw-r--r--lib/sqlalchemy/orm/properties.py2
-rw-r--r--lib/sqlalchemy/orm/relationships.py2
4 files changed, 4 insertions, 4 deletions
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: