]> 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:25 +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 549a949216b5fa1aa5ef1bff844d08716471de93..4d03b56a8ad7cdcf52f2626444d6919388eec4da 100644 (file)
@@ -148,7 +148,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 9838da4bffb435dd398e8fd399f535a52d5d8a3a..7038e8310636ee5fb991bd569488b379a509e0be 100644 (file)
@@ -2114,7 +2114,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 8d7a00f75c2af37d22dee3650d75949856644517..2880913a0e49250c939e1d92a29f6a7d9918e265 100644 (file)
@@ -116,7 +116,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 0d3623296541c1ef303423f24068961247ca396a..7ac5c1bc8d66b6965ca4cdb240029995c92196ee 100644 (file)
@@ -396,7 +396,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: