]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed shared state bug interfering with ScopedSession.mapper's
authorJason Kirtland <jek@discorporate.us>
Sat, 27 Sep 2008 18:11:40 +0000 (18:11 +0000)
committerJason Kirtland <jek@discorporate.us>
Sat, 27 Sep 2008 18:11:40 +0000 (18:11 +0000)
commit8e5312975b9f05ef1b196880d116fb10b916e87e
tree68fd1ea2134ca80aae9a0410fa07d1ae02a6ef8e
parent0d9fc31fa1a82f6707a11e4d854cc5fe60a6dd07
- Fixed shared state bug interfering with ScopedSession.mapper's
  ability to apply default __init__ implementations on object
  subclasses.
CHANGES
lib/sqlalchemy/orm/scoping.py
test/orm/scoping.py