]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added an assertion that prevents a @validates function
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Sep 2009 19:59:39 +0000 (19:59 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Sep 2009 19:59:39 +0000 (19:59 +0000)
commitf83c9a3959e25e5817bae6f0ca0015f9054baf8d
tree66eaaa8bf55df63ce3ef0267b6462eac673f6743
parent6a8b52c4069886d8223b97ea6fc5ef65eb4dcc8d
- Added an assertion that prevents a @validates function
or other AttributeExtension from loading an unloaded
collection such that internal state may be corrupted.
[ticket:1526]
CHANGES
lib/sqlalchemy/orm/attributes.py
test/orm/test_attributes.py