]> 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:49:57 +0000 (12:49 -0500)
commitace7bdbc78571619cb103d57a188fbe6aa92b627
treedaa52736c7bcd396894d405d05374550d0693783
parent9bef2001a604b520a82abc65cf95790211d36106
- 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]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/relationships.py
test/ext/declarative/test_basic.py