~ubuntu-branches/debian/jessie/sqlalchemy/jessie

« back to all changes in this revision

Viewing changes to doc/build/core/event.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:
4
4
======
5
5
 
6
6
SQLAlchemy includes an event API which publishes a wide variety of hooks into 
7
 
the internals of both SQLAlchemy Core and ORM.   The system is all new
8
 
as of version 0.7 and supercedes the previous system of "extension", "proxy", 
9
 
and "listener" classes.
 
7
the internals of both SQLAlchemy Core and ORM.
 
8
 
 
9
.. versionadded:: 0.7
 
10
    The system supercedes the previous system of "extension", "proxy",
 
11
    and "listener" classes.
10
12
 
11
13
Event Registration
12
14
------------------