From: Mike Bayer Date: Sun, 26 Dec 2010 22:32:41 +0000 (-0500) Subject: - link to the events we use X-Git-Tag: rel_0_7b1~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfbc0a08f6024ec3016f0fd10359da9356928468;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - link to the events we use --- diff --git a/examples/mutable_events/__init__.py b/examples/mutable_events/__init__.py index 3b6363b966..b96f1e9ec9 100644 --- a/examples/mutable_events/__init__.py +++ b/examples/mutable_events/__init__.py @@ -62,4 +62,8 @@ automated across a class of columns using ``associate_with_type()``:: All subsequent mappings will have the ``MutationDict`` wrapper applied to all attributes with ``JSONEncodedDict`` as their type. +The example illustrates the usage of several events, including +:meth:`.on_load`, :meth:`.on_refresh`, :meth:`.on_set`, and +:meth:`.on_mapper_configured`. + """ \ No newline at end of file