diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/orm/descriptor_props.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/orm/events.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/orm/properties.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/orm/relationships.py | 2 |
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: |
