]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug where many-to-many relationship with uselist=False
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Apr 2013 15:31:29 +0000 (11:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Apr 2013 15:31:29 +0000 (11:31 -0400)
commit3a536ad1bad3efc272ade2914b3418844fe46b57
tree05775819657a95f142025bf43d55f761300c7d10
parenta6906cd0a9588ae452f7171f4b08392f23232ef9
Fixed bug where many-to-many relationship with uselist=False
would fail to delete the association row and raise an error
if the scalar attribute were set to None.  Also in 0.7.11.
[ticket:2710]
doc/build/changelog/changelog_07.rst
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/dependency.py
test/orm/test_manytomany.py