summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-09-12 19:25:19 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2010-09-12 19:25:19 -0400
commit423753efaab5cd533bd5de5ec04281d5aa8abad3 (patch)
tree3bcf8f5a7c1e5338ee647a15c8c1e3dc4fa60967 /lib/sqlalchemy
parent7ddd7fc20d50a131bdc589c0d5ae0f2cdb0fc324 (diff)
downloadsqlalchemy-423753efaab5cd533bd5de5ec04281d5aa8abad3.tar.gz
need this too
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r--lib/sqlalchemy/orm/__init__.py2
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.