]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Updated ActiveMapper to support order_by parameters on all relationships.
authorJonathan LaCour <jonathan@cleverdevil.org>
Wed, 28 Jun 2006 17:26:48 +0000 (17:26 +0000)
committerJonathan LaCour <jonathan@cleverdevil.org>
Wed, 28 Jun 2006 17:26:48 +0000 (17:26 +0000)
commit70b2dec19a9d5f2dd163704e58f38f2f82e5bf45
tree46c0296fa4e778ae5bdd09cb11e6e5fb23ee5f4f
parent7626fc5aab8b625bb6e48e7374d4622efc7f1e5a
Updated ActiveMapper to support order_by parameters on all relationships.
Thanks to Charles Duffy for this patch!
lib/sqlalchemy/ext/activemapper.py
test/ext/activemapper.py