Files
sqlalchemy/test/ext/declarative
Nils Philippsen 33c3aded3a 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 e6f67f4805

(cherry picked from commit 58f73d2278)
2015-11-30 12:49:12 -05:00
..