summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-12-26 17:32:41 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-12-26 17:32:41 -0500
commitbfbc0a08f6024ec3016f0fd10359da9356928468 (patch)
treea16e6344d35494cdbbd7ebb7fb013432ee040aed /examples
parent2e58059cbba6f612a86a9d03583e30717bcdd6c4 (diff)
downloadsqlalchemy-bfbc0a08f6024ec3016f0fd10359da9356928468.tar.gz
- link to the events we use
Diffstat (limited to 'examples')
-rw-r--r--examples/mutable_events/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/mutable_events/__init__.py b/examples/mutable_events/__init__.py
index 3b6363b96..b96f1e9ec 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