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

« back to all changes in this revision

Viewing changes to doc/build/core/interfaces.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:
8
8
This section describes the class-based core event interface introduced in 
9
9
SQLAlchemy 0.5.  The ORM analogue is described at :ref:`dep_interfaces_orm_toplevel`.
10
10
 
11
 
As of SQLAlchemy 0.7, the new event system described in
12
 
:ref:`event_toplevel` replaces the extension/proxy/listener system, providing
13
 
a consistent interface to all events without the need for subclassing.
 
11
.. deprecated:: 0.7
 
12
    The new event system described in :ref:`event_toplevel` replaces
 
13
    the extension/proxy/listener system, providing a consistent interface
 
14
    to all events without the need for subclassing.
14
15
 
15
16
Execution, Connection and Cursor Events
16
17
---------------------------------------