summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-01-02 18:59:26 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-01-02 18:59:26 -0500
commit6d3e563a575bcdc57c966980abc5038337505566 (patch)
tree006534cf0d982766ea4acd2f738df70b64fb816d /doc
parent8a7fdd4e5cf5e4d9ba71c66a06bcba6b1054cfef (diff)
downloadsqlalchemy-6d3e563a575bcdc57c966980abc5038337505566.tar.gz
- 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]
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 783c674fd..ae706fd83 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -15,6 +15,15 @@
:version: 0.9.1
.. change::
+ :tags: bug, orm
+ :tickets: 2901
+
+ 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.
+
+ .. change::
:tags: bug, orm, declarative
:tickets: 2900