]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] implemented standard "can't set attribute" /
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 01:59:33 +0000 (20:59 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 01:59:33 +0000 (20:59 -0500)
commitd706a661709a2c963f8adde53959c5fc42f26d58
tree3c05f02749a8741e6b5b4b01af840b5230473ef0
parent81d5c82be665f867482e313affcda784bb42902b
- [bug] implemented standard "can't set attribute" /
"can't delete attribute" AttributeError when
setattr/delattr used on a hybrid that doesn't
define fset or fdel. [ticket:2353]
CHANGES
lib/sqlalchemy/ext/hybrid.py
test/ext/test_hybrid.py