]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed ORM orphaning bug with _raw_append method
authorJason Kirtland <jek@discorporate.us>
Wed, 21 May 2008 18:31:52 +0000 (18:31 +0000)
committerJason Kirtland <jek@discorporate.us>
Wed, 21 May 2008 18:31:52 +0000 (18:31 +0000)
commit790f3d44d9df424dc8d5cd3984216b7fdee093f4
treeced026b4de2a70d2bd38a76e55ae326b3e5aac2e
parenta66c4410431b51884d7bde9d6dc2de7a618d10e7
- Fixed ORM orphaning bug with _raw_append method
- Promoted _reorder to reorder
- Now horking docstrings of overloaded methods from list
- Added a doctest
lib/sqlalchemy/ext/orderinglist.py
test/ext/alltests.py
test/ext/orderinglist.py