summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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`