]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added check for conflicting backrefs + unit test
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 19 Jun 2006 17:47:21 +0000 (17:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 19 Jun 2006 17:47:21 +0000 (17:47 +0000)
commite2b5b9d0e40fe9ad6dcc5d3bfa1fddc89a1883bc
tree4820be33975af5d0272cf913121d23957edfcb44
parentf5c5c4e6a7041d10a83719a572b823d8cfbebb6c
added check for conflicting backrefs + unit test
identified unit test where mapper properties must be set up before the surrogate mapper is created
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
test/orm/alltests.py
test/orm/compile.py [new file with mode: 0644]