]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added sqlalchemy.ext.orderinglist, a custom list class that synchronizes an object...
authorJason Kirtland <jek@discorporate.us>
Wed, 2 May 2007 20:17:31 +0000 (20:17 +0000)
committerJason Kirtland <jek@discorporate.us>
Wed, 2 May 2007 20:17:31 +0000 (20:17 +0000)
commitbb7a29d6228b4cdefb3d85b204c46a87e898e34c
treecd5ab3e8810173e09d87a68cee1315756f0bcee2
parente80266338958c4cc0155c51f286a4b7ab088e6c0
- added sqlalchemy.ext.orderinglist, a custom list class that synchronizes an object attribute with that object's position in the list
CHANGES
doc/build/content/plugins.txt
doc/build/gen_docstrings.py
lib/sqlalchemy/ext/orderinglist.py [new file with mode: 0644]
test/ext/alltests.py
test/ext/orderinglist.py [new file with mode: 0644]