]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- link to the events we use
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Dec 2010 22:32:41 +0000 (17:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Dec 2010 22:32:41 +0000 (17:32 -0500)
examples/mutable_events/__init__.py

index 3b6363b966dac5be4a0d0f2f5698bc10a51cc36e..b96f1e9ec96a6e7e11b2529f8eb31e1cd492b77c 100644 (file)
@@ -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