]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added temporary option "construct_new" to mapper which will cause the mapper to use...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Apr 2006 20:37:53 +0000 (20:37 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Apr 2006 20:37:53 +0000 (20:37 +0000)
commita8fe116387e075395b61f1ae2a09551d174467a0
treeea12ba6c3d9f4af58257102c65912ed7172fb761
parent37a0c95f57a055884acf6f03541236bbe27c72c7
added temporary option "construct_new" to mapper which will cause the mapper to use __new__ to create loaded instances instead of the __init__ method
lib/sqlalchemy/mapping/mapper.py