]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed backref bug where you could not del instance.attr if attr
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Dec 2007 17:55:25 +0000 (17:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Dec 2007 17:55:25 +0000 (17:55 +0000)
commitc6bda7dcc89ae5f7842f0e900d3917024a74eb29
tree60b0f089c25480e71c82f1b5d0988a2be287f7be
parentcb46ae4fe97d364e8a160b6114519f125432c1e8
- fixed backref bug where you could not del instance.attr if attr
was None
CHANGES
lib/sqlalchemy/orm/attributes.py
test/orm/attributes.py