summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNils Philippsen <nils@redhat.com>2015-11-09 14:50:23 +0100
committerNils Philippsen <nils@redhat.com>2015-11-25 16:03:59 +0100
commit58f73d2278393d813c7f39736fc96c5086f18f6d (patch)
treefb4123cde07619fffd1c7f0be49e46bf8c8339fd /doc
parent054b22c7867722a256bfe8dd74eada4da378a601 (diff)
downloadsqlalchemy-pr/212.tar.gz
py2k: accept unicode literals on :func:`backref`, toopr/212
Fixed bug where in Py2K a unicode literal would not be accepted as the string name of a class or other argument within declarative using :func:`.backref` on :func:`.relationship`. amends commit e6f67f48054d906856f879bc1803ea639aa4b670
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_11.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index b2012f4ac..2ba204623 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -22,6 +22,14 @@
:version: 1.1.0b1
.. change::
+ :tags: bug, orm, declarative
+ :pullreq: github:212
+
+ Fixed bug where in Py2K a unicode literal would not be accepted as the
+ string name of a class or other argument within declarative using
+ :func:`.backref` on :func:`.relationship`.
+
+ .. change::
:tags: bug, postgresql
:tickets: 3587
@@ -432,4 +440,4 @@
.. seealso::
- :ref:`change_3504` \ No newline at end of file
+ :ref:`change_3504`