diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-09-12 19:25:19 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-09-12 19:25:19 -0400 |
| commit | 423753efaab5cd533bd5de5ec04281d5aa8abad3 (patch) | |
| tree | 3bcf8f5a7c1e5338ee647a15c8c1e3dc4fa60967 /lib/sqlalchemy/orm | |
| parent | 7ddd7fc20d50a131bdc589c0d5ae0f2cdb0fc324 (diff) | |
| download | sqlalchemy-423753efaab5cd533bd5de5ec04281d5aa8abad3.tar.gz | |
need this too
Diffstat (limited to 'lib/sqlalchemy/orm')
| -rw-r--r-- | lib/sqlalchemy/orm/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/orm/__init__.py b/lib/sqlalchemy/orm/__init__.py index 11912e80b..9068a1332 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. |
