From: Éric Araujo Date: Fri, 29 May 2015 19:21:16 +0000 (-0400) Subject: Fix typo in directive X-Git-Tag: rel_0_9_10~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08a2ec0bc43864f0bdd347de09ea81a4016dfc94;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in directive (cherry picked from commit 6245d003f2ce404daedfba9101bb1e4f098b4c66) --- diff --git a/doc/build/orm/extensions/declarative/mixins.rst b/doc/build/orm/extensions/declarative/mixins.rst index 0ad274cd4b..0c56cff8e9 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