]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
latest overhaul to association objects, plus an actual unit test
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 May 2006 19:44:05 +0000 (19:44 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 May 2006 19:44:05 +0000 (19:44 +0000)
commit73221e8f9313d669b5e1183c689c8822ba38dc54
treefae8e98968acb6eae928808d81a5ac0b9e507a0b
parent61f3b332f843da16ad878aa2ffd118d8a8a7fd02
latest overhaul to association objects, plus an actual unit test
this change probably fixes [ticket:134]
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/orm/uowdumper.py
test/alltests.py
test/association.py [new file with mode: 0644]
test/relationships.py