]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed an attribute error introduced in 0.5.4 which would rel_0_5_4p1
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 May 2009 16:21:42 +0000 (16:21 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 May 2009 16:21:42 +0000 (16:21 +0000)
commit7ff23a5218e05ae7e543e31f18b1a3fbe650e4cb
treeb0dacbbbdf41a8026abfe3bfdeaba33a9891133d
parentd7e531ce9f0def1f08d78b3a7a7d6f268c5eb0bb
- Fixed an attribute error introduced in 0.5.4 which would
occur when merge() was used with an incomplete object.
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/orm/attributes.py
test/orm/merge.py