]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- restored MapperExtension functionality for [ticket:829], added test coverage
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Oct 2007 16:12:29 +0000 (16:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Oct 2007 16:12:29 +0000 (16:12 +0000)
commitadcf8ea00dda6d8e62fceeab36d90eabe36b5f91
treef85829a27dc4e833c1827ffab5104b1a477cca03
parentbbebcdf8f526226d2d64a91dfc306086fc9873f4
- restored MapperExtension functionality for [ticket:829], added test coverage
- changed naming convention in mapper.py tests to test_<testname>
lib/sqlalchemy/orm/util.py
test/orm/mapper.py