From: Mike Bayer Date: Sun, 12 Sep 2010 23:25:19 +0000 (-0400) Subject: need this too X-Git-Tag: rel_0_6_5~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=423753efaab5cd533bd5de5ec04281d5aa8abad3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git need this too --- diff --git a/lib/sqlalchemy/orm/__init__.py b/lib/sqlalchemy/orm/__init__.py index 11912e80b5..9068a13320 100644 --- a/lib/sqlalchemy/orm/__init__.py +++ b/lib/sqlalchemy/orm/__init__.py @@ -373,6 +373,8 @@ def relationship(argument, secondary=None, **kwargs): object is ultimately flushed, only the user-specific foreign key attributes will be part of the modified state. + New in 0.6.5. + :param order_by: indicates the ordering that should be applied when loading these items.