From: Mike Bayer Date: Mon, 31 Dec 2012 16:51:39 +0000 (-0500) Subject: merge taavi's fix from default X-Git-Tag: rel_0_7_10~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dd4bda2415cc16c9de8d31fec0b778e916d05e3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git merge taavi's fix from default --- diff --git a/lib/sqlalchemy/ext/declarative.py b/lib/sqlalchemy/ext/declarative.py index f01f3fc61b..525f3483c8 100755 --- a/lib/sqlalchemy/ext/declarative.py +++ b/lib/sqlalchemy/ext/declarative.py @@ -743,7 +743,7 @@ reference a common target class via many-to-one:: primaryjoin, order_by etc. expressions should use the string forms for these arguments, so that they are evaluated as late as possible. To reference the mixin class in these expressions, use the given ``cls`` -to get it's name:: +to get its name:: class RefTargetMixin(object): @declared_attr