]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Error message when a string arg sent to :func:`.relationship` which
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Dec 2013 17:49:57 +0000 (12:49 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Dec 2013 17:53:34 +0000 (12:53 -0500)
commit69154698d20d1c15cee83990ec719d1deaf193ae
treeb1e6dd953a1e4a126c85c4ec5e3efdb09f82238c
parenta6eaf1cceb00f81053a3139c38e9650ecc297cc0
- Error message when a string arg sent to :func:`.relationship` which
doesn't resolve to a class or mapper has been corrected to work
the same way as when a non-string arg is received, which indicates
the name of the relationship which had the configurational error.
[ticket:2888]

Conflicts:
lib/sqlalchemy/orm/relationships.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/properties.py
test/ext/declarative/test_basic.py