]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression where we don't check the given name against the
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Jan 2014 23:59:26 +0000 (18:59 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 2 Jan 2014 23:59:26 +0000 (18:59 -0500)
commit6d3e563a575bcdc57c966980abc5038337505566
tree006534cf0d982766ea4acd2f738df70b64fb816d
parent8a7fdd4e5cf5e4d9ba71c66a06bcba6b1054cfef
- Fixed regression where we don't check the given name against the
correct string class when setting up a backref based on a name,
therefore causing the error "too many values to unpack".  This was
related to the Py3k conversion. [ticket:2901]
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/relationships.py
test/orm/test_mapper.py