]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- cleaned up the attributes scan for reconstitute hooks
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Aug 2008 15:37:41 +0000 (15:37 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Aug 2008 15:37:41 +0000 (15:37 +0000)
commit14c0dc7b4a6ae0723b692d67b912ecd2c3847bb8
treeced6ae023ab41fbfdb994b977e9fe72b8dd549dc
parent4ab87682e14fbedaa34f140f2fe4fdf773fc2d2b
- cleaned up the attributes scan for reconstitute hooks
- added more careful check for "_should_exclude", guard against possible heisenbug activity
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/util.py
test/orm/utils.py