]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
made backrefs aware of "post_update" and "viewonly" so it doesnt have to be explicitl...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Dec 2006 03:16:35 +0000 (03:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Dec 2006 03:16:35 +0000 (03:16 +0000)
commit054713d6443b0a15df88991998696c975af79332
treebf85cf95df46df902e2ceefe41b7e82d5bb419b6
parent76772de158636eed95884df836e5d55030bfc815
made backrefs aware of "post_update" and "viewonly" so it doesnt have to be explicitly propigated; also backrefs shouldnt fire off in a post_update situation.
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/properties.py
test/orm/cycles.py