diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-30 12:46:45 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-30 12:46:45 -0500 |
| commit | d5fd26b836afb85ffbb2d4749660d4895090d620 (patch) | |
| tree | f13482971905adaf916696988f92e4de4450d2d9 /doc | |
| parent | 2c5ba60269c835fba61ff7e8aadfbad1e3edd1b8 (diff) | |
| parent | 58f73d2278393d813c7f39736fc96c5086f18f6d (diff) | |
| download | sqlalchemy-d5fd26b836afb85ffbb2d4749660d4895090d620.tar.gz | |
Merge remote-tracking branch 'origin/pr/212'
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_11.rst | 10 |
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` |
