]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug where in Py2K a unicode literal would not be accepted
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Nov 2013 23:15:52 +0000 (18:15 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Nov 2013 23:15:52 +0000 (18:15 -0500)
commite6f67f48054d906856f879bc1803ea639aa4b670
treedf41029eafc06b0e0d7453d7df0f50bff486f9d7
parent1e7bb35fd2d58cc5928932d920e665b5c1b02174
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:`.relationship`.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/ext/declarative/clsregistry.py
test/ext/declarative/test_basic.py