]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix to MapperExtension create_instance so that entity_name properly associated
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Dec 2006 20:52:32 +0000 (20:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Dec 2006 20:52:32 +0000 (20:52 +0000)
commitdadf1c3792518146fcf0a96242b555b754579c50
tree36f1b9ad0493566534b2fff3356be5931ba7998c
parentb1714653564abaca2b38a0d31c2ce2b7fa51cd43
- fix to MapperExtension create_instance so that entity_name properly associated
with new instance
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/mapper.py