]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed custom instrumentation bug whereby get_instance_dict()
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Sep 2008 16:07:46 +0000 (16:07 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Sep 2008 16:07:46 +0000 (16:07 +0000)
commitd578d67035c519d4205e757c926392896e6a57e7
tree1c47ef1de153abdb112139a59abbf87342a61069
parent714e629aeb033e85fd4002bd959e10b8f2de227e
- Fixed custom instrumentation bug whereby get_instance_dict()
was not called for newly constructed instances not loaded
by the ORM.
CHANGES
lib/sqlalchemy/orm/attributes.py
test/orm/extendedattr.py