]> 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)
committerNils Philippsen <nils@redhat.com>
Wed, 25 Nov 2015 15:03:59 +0000 (16:03 +0100)
commit58f73d2278393d813c7f39736fc96c5086f18f6d
treefb4123cde07619fffd1c7f0be49e46bf8c8339fd
parent054b22c7867722a256bfe8dd74eada4da378a601
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
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/ext/declarative/clsregistry.py
test/ext/declarative/test_basic.py