From: Mike Bayer Date: Sun, 18 Nov 2007 02:15:34 +0000 (+0000) Subject: typos X-Git-Tag: rel_0_4_1~19 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=be50f4f13a1744223107b421f87f8b7e7be07ee1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typos --- diff --git a/CHANGES b/CHANGES index 7fc24cfd66..1f3416d146 100644 --- a/CHANGES +++ b/CHANGES @@ -79,10 +79,10 @@ CHANGES - session.refresh() and session.expire() now support an additional argument "attribute_names", a list of individual attribute keynames to be refreshed or expired, allowing partial reloads of attributes on an already-loaded - instance. + instance. [ticket:802] - Mapped classes may now define __eq__, __hash__, and __nonzero__ methods - with arbitrary sementics. The orm now handles all mapped instances on + with arbitrary semantics. The orm now handles all mapped instances on an identity-only basis. (e.g. 'is' vs '==') [ticket:676] - the "properties" accessor on Mapper is removed; it now throws an informative