]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
need this too
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Sep 2010 23:25:19 +0000 (19:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Sep 2010 23:25:19 +0000 (19:25 -0400)
lib/sqlalchemy/orm/__init__.py

index 11912e80b594b7754b88a928aa86489ab8f5ce9c..9068a133209388da9f0a4c25ebaa20f756936c8b 100644 (file)
@@ -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.