diff options
author | Éric Araujo <merwok@netwok.org> | 2015-05-29 15:21:16 -0400 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2015-05-29 15:21:16 -0400 |
commit | 6245d003f2ce404daedfba9101bb1e4f098b4c66 (patch) | |
tree | 648c1c41974b87beca41da5867fdd70fc1cb6028 | |
parent | 1bc7881171e02a80bcdb45191be6c6d83b6f01fd (diff) | |
download | sqlalchemy-pr/177.tar.gz |
Fix typo in directivepr/177
-rw-r--r-- | doc/build/orm/extensions/declarative/mixins.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/build/orm/extensions/declarative/mixins.rst b/doc/build/orm/extensions/declarative/mixins.rst index 1b3364c2e..917c55f88 100644 --- a/doc/build/orm/extensions/declarative/mixins.rst +++ b/doc/build/orm/extensions/declarative/mixins.rst @@ -138,8 +138,7 @@ point at which the ``User`` class is constructed, and the declarative extension can use the resulting :class:`.Column` object as returned by the method without the need to copy it. -.. versionchanged:: > 0.6.5 - Rename 0.6.5 ``sqlalchemy.util.classproperty`` +.. versionchanged:: 0.6.5 Rename ``sqlalchemy.util.classproperty`` into :class:`~.declared_attr`. Columns generated by :class:`~.declared_attr` can also be |