]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
py2k: accept unicode literals on :func:`backref`, too
authorNils Philippsen <nils@redhat.com>
Mon, 9 Nov 2015 13:50:23 +0000 (14:50 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2015 17:49:12 +0000 (12:49 -0500)
commit33c3aded3a1944d93e9e6bca53e2f749980b8b09
treefe7a6d376023187d2882adcbae46264e94dc351c
parent4bb6770ae872b69bd65ba0d67a7e1453d1a4e14b
py2k: accept unicode literals on :func:`backref`, too

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

(cherry picked from commit 58f73d2278393d813c7f39736fc96c5086f18f6d)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/ext/declarative/clsregistry.py
test/ext/declarative/test_basic.py