From 08a2ec0bc43864f0bdd347de09ea81a4016dfc94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Fri, 29 May 2015 15:21:16 -0400 Subject: [PATCH] Fix typo in directive (cherry picked from commit 6245d003f2ce404daedfba9101bb1e4f098b4c66) --- doc/build/orm/extensions/declarative/mixins.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.3