]> 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:37:14 +0000 (12:37 -0500)
Change-Id: I2c528bd4639863aa7b8a592beed776d53bab3e5c
(cherry picked from commit b229a50c7786d8cbe65a2bf471b57a806f4259e3)

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

index 3014454a97f81128046a7c0f9bd1a586646710e2..8e09c88cd66c997eb09ab4bf558abafaf30baebe 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 2eb4e0a88861c0315195866d39960b749a099760..338ce13429035b02207d8877e923a74be230bdee 100644 (file)
@@ -2213,7 +2213,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 f1fd3e348c91a6baea1783ef1f8d37e8b8a406f9..8bf26056cd73a46c0cc43e5b4fa35299ac720607 100644 (file)
@@ -129,7 +129,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 97d3fe7da2ae76b5a455d738c483b1379e7c5614..153d631f98c3851d16976f9e021a6626c99a45f3 100644 (file)
@@ -413,7 +413,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: