]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed reset_history method when applied to an attribute that had an attribute-level...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Apr 2006 04:13:03 +0000 (04:13 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Apr 2006 04:13:03 +0000 (04:13 +0000)
commitb7ee8758e847a74e0b090239b2a2ab9798b5b7be
treed453e99c9cd8af0e5e79cf93a35f7bdccccc512e
parent225b9ec1385a80170ddf27e7c2b62e76ee680590
fixed reset_history method when applied to an attribute that had an attribute-level TriggeredAttribute set on it, added unit test.
lib/sqlalchemy/attributes.py
test/mapper.py