diff options
Diffstat (limited to 'lib/sqlalchemy/ext/associationproxy.py')
-rw-r--r-- | lib/sqlalchemy/ext/associationproxy.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/ext/associationproxy.py b/lib/sqlalchemy/ext/associationproxy.py index 01a4a933f..cd9f0705a 100644 --- a/lib/sqlalchemy/ext/associationproxy.py +++ b/lib/sqlalchemy/ext/associationproxy.py @@ -141,7 +141,7 @@ class AssociationProxy(object): """The 'remote' :class:`.MapperProperty` referenced by this :class:`.AssociationProxy`. - New in 0.7.3. + .. versionadded:: 0.7.3 See also: @@ -157,7 +157,7 @@ class AssociationProxy(object): """The 'local' :class:`.MapperProperty` referenced by this :class:`.AssociationProxy`. - New in 0.7.3. + .. versionadded:: 0.7.3 See also: @@ -177,7 +177,7 @@ class AssociationProxy(object): sess.query(Parent).join(*Parent.proxied.attr) - New in 0.7.3. + .. versionadded:: 0.7.3 See also: |