]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- de-cruftified backref configuration code, backrefs which step on existing
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Oct 2007 23:25:47 +0000 (23:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Oct 2007 23:25:47 +0000 (23:25 +0000)
commit763a70d531039406f7a45d6e02a7621efb53f44b
tree3ce9e0dce2a757e774e29faaf124220eab69a734
parentf64aac55ccc39935e4b728fd4162ff766213f2ed
- de-cruftified backref configuration code, backrefs which step on existing
  properties now raise an error [ticket:832]
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/assorted_eager.py
test/orm/compile.py
test/orm/inheritance/magazine.py