]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
correct paramref to property links to refer to creation function
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Jan 2019 17:36:21 +0000 (12:36 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Jan 2019 17:36:57 +0000 (12:36 -0500)
Change-Id: I2c528bd4639863aa7b8a592beed776d53bab3e5c

lib/sqlalchemy/orm/descriptor_props.py
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/relationships.py

index 86a9218e8c07b0a08dce5c110723aec08bda34f1..5e8b2f1ae06eff3f930250abfaade30c5ffb7c0a 100644 (file)
@@ -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.
 
         """
index 3388105b2b8ba5a4f8a32ee52dd84b1dbc8bb7aa..d9e5f87a31e89f82e1dadb0b2ca0205b601dc5cc 100644 (file)
@@ -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.
index a4c429935a04a3c6a9f178e750adb6f0de60c57a..616846431eab9ed3d00072df0c54518e734a8a70 100644 (file)
@@ -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.
 
         """
index 245f6d5ec026489efc3a41c842e479f54c5d9042..aa2d6340e596720f3074fe98b99ce1170d165723 100644 (file)
@@ -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: