]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
improved error message when a backref conflicts with a column-based property
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Aug 2006 21:08:31 +0000 (21:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Aug 2006 21:08:31 +0000 (21:08 +0000)
commit605ed429cd7992e3080f8293ce62c98c9c766475
treeb23baa367f2297e36bd7f19fa6d0ee259ea35745
parent98933ba84d6618d5fba366e556932223964c7200
improved error message when a backref conflicts with a column-based property
lib/sqlalchemy/orm/properties.py
test/orm/mapper.py