]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
more work on cycles, fleshed out tests for post_update, fix to the delete phase of...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Feb 2006 01:05:01 +0000 (01:05 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Feb 2006 01:05:01 +0000 (01:05 +0000)
commite5415ee9e10da5db55d1ebeac8a486cd4ac88984
treeca37ea8b360902fd94ba4260afc2c5db690a05df
parent60ed421299b45050b73574966541d808b47adafe
more work on cycles, fleshed out tests for post_update, fix to the delete phase of a one-to-many post update
closes [ticket:67]
lib/sqlalchemy/mapping/properties.py
test/cycles.py
test/testbase.py