~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to doc/build/orm/events.rst

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2012-06-17 23:25:01 UTC
  • mfrom: (1.4.21)
  • Revision ID: package-import@ubuntu.com-20120617232501-1ey18snu5pv5ivfv
Tags: 0.7.8-1
* New upstream release
* Add hardening flags (via /usr/share/dpkg/buildflags.mk)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
ORM Events
4
4
==========
5
5
 
6
 
The ORM includes a wide variety of hooks available for subscription.  The event
7
 
system in 0.7 is all new and supercedes the previous system of "extension" classes.
 
6
The ORM includes a wide variety of hooks available for subscription.
 
7
 
 
8
.. versionadded:: 0.7
 
9
    The event supercedes the previous system of "extension" classes.
 
10
 
8
11
For an introduction to the event API, see :ref:`event_toplevel`.  Non-ORM events
9
12
such as those regarding connections and low-level statement execution are described in 
10
13
:ref:`core_event_toplevel`.