]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
when raising about columns not present, include the name of the property it's trying...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Apr 2010 21:01:50 +0000 (17:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Apr 2010 21:01:50 +0000 (17:01 -0400)
commit3bd09e291b8c9920b043f41438c636bf5bbaeef3
treef75b00c5f9ffbb6183a6e74aa996638048c970f1
parentb437bb213221e98fd5909a9082df8b4b6a25fc3f
when raising about columns not present, include the name of the property it's trying to configure,
to eliminate confusion over attributes not properly placed inside of a relationship().
lib/sqlalchemy/orm/mapper.py
test/orm/test_mapper.py
test/orm/test_query.py