]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- removed enhance_classes from scoped_session, replaced with
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Aug 2007 19:31:38 +0000 (19:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Aug 2007 19:31:38 +0000 (19:31 +0000)
commite7c83bb37133af7b0deaef2fbc0d0fae8a179dfc
treeb4aec5209e546128ace3719f874be05950027abe
parentfdc58f4141b094f06f87416def9edffa59ab17d9
- removed enhance_classes from scoped_session, replaced with
scoped_session(...).mapper.  'mapper' essentially does the same
thing as assign_mapper less verbosely.
- adapted assignmapper unit tests into scoped_session tests
lib/sqlalchemy/orm/scoping.py
test/orm/session.py
test/orm/unitofwork.py