]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- improved/fixed custom collection classes when giving it "set"/
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Mar 2007 19:59:39 +0000 (19:59 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Mar 2007 19:59:39 +0000 (19:59 +0000)
commit7300b198b94a2ebc0d1ae939d8d632866df87340
treea02f873f9d803df58c66488d0bd5be0e4adb32f2
parent748f9b9acfdccf614342aae71c33f4d28df0f471
- improved/fixed custom collection classes when giving it "set"/
"sets.Set" classes or subclasses (was still looking for append()
methods on them during lazy loads)
- moved CustomCollectionsTest from unitofwork to relationships
- added more custom collections test to attributes module
CHANGES
lib/sqlalchemy/orm/attributes.py
test/orm/attributes.py
test/orm/relationships.py
test/orm/unitofwork.py