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

« back to all changes in this revision

Viewing changes to doc/orm/deprecated.html

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski, Jakub Wilk, Piotr Ożarowski
  • Date: 2013-07-06 20:53:52 UTC
  • mfrom: (1.4.23) (16.1.17 experimental)
  • Revision ID: package-import@ubuntu.com-20130706205352-ryppl1eto3illd79
Tags: 0.8.2-1
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Piotr Ożarowski ]
* New upstream release
* Upload to unstable
* Build depend on python3-all instead of -dev, extensions are not built for
  Python 3.X 

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    
11
11
                Deprecated ORM Event Interfaces
12
12
             — 
13
 
    SQLAlchemy 0.7 Documentation
 
13
    SQLAlchemy 0.8 Documentation
14
14
 
15
15
        </title>
16
16
        
20
20
    <script type="text/javascript">
21
21
      var DOCUMENTATION_OPTIONS = {
22
22
          URL_ROOT:    '../',
23
 
          VERSION:     '0.7.9',
 
23
          VERSION:     '0.8.2',
24
24
          COLLAPSE_MODINDEX: false,
25
25
          FILE_SUFFIX: '.html'
26
26
      };
32
32
    <link rel="index" title="Index" href="../genindex.html" />
33
33
    <link rel="search" title="Search" href="../search.html" />
34
34
        <link rel="copyright" title="Copyright" href="../copyright.html" />
35
 
    <link rel="top" title="SQLAlchemy 0.7 Documentation" href="../index.html" />
 
35
    <link rel="top" title="SQLAlchemy 0.8 Documentation" href="../index.html" />
36
36
 
37
37
    </head>
38
38
    <body>
52
52
 
53
53
 
54
54
<div id="docs-header">
55
 
    <h1>SQLAlchemy 0.7 Documentation</h1>
 
55
    <h1>SQLAlchemy 0.8 Documentation</h1>
56
56
 
57
57
    <div id="docs-search">
58
58
    Search:
64
64
    </div>
65
65
 
66
66
    <div id="docs-version-header">
67
 
        Release: <span class="version-num">0.7.9</span> | Release Date: October 1, 2012
 
67
        Release: <span class="version-num">0.8.2</span> | Release Date: July 3, 2013
68
68
 
69
69
 
70
70
    </div>
84
84
    </div>
85
85
 
86
86
    <div id="docs-navigation-banner">
87
 
        <a href="../index.html">SQLAlchemy 0.7 Documentation</a>
 
87
        <a href="../index.html">SQLAlchemy 0.8 Documentation</a>
88
88
        » 
89
89
                Deprecated ORM Event Interfaces
90
90
             
410
410
<a class="reference internal" href="events.html#sqlalchemy.orm.events.SessionEvents" title="sqlalchemy.orm.events.SessionEvents"><tt class="xref py py-class docutils literal"><span class="pre">SessionEvents</span></tt></a>.</p>
411
411
</div>
412
412
<p>Subclasses may be installed into a <a class="reference internal" href="session.html#sqlalchemy.orm.session.Session" title="sqlalchemy.orm.session.Session"><tt class="xref py py-class docutils literal"><span class="pre">Session</span></tt></a> (or
413
 
<a class="reference internal" href="session.html#sqlalchemy.orm.session.sessionmaker" title="sqlalchemy.orm.session.sessionmaker"><tt class="xref py py-func docutils literal"><span class="pre">sessionmaker()</span></tt></a>) using the <tt class="docutils literal"><span class="pre">extension</span></tt> keyword
 
413
<a class="reference internal" href="session.html#sqlalchemy.orm.session.sessionmaker" title="sqlalchemy.orm.session.sessionmaker"><tt class="xref py py-class docutils literal"><span class="pre">sessionmaker</span></tt></a>) using the <tt class="docutils literal"><span class="pre">extension</span></tt> keyword
414
414
argument:</p>
415
415
<div class="highlight-python"><div class="highlight"><pre><span class="kn">from</span> <span class="nn">sqlalchemy.orm.interfaces</span> <span class="kn">import</span> <span class="n">SessionExtension</span>
416
416
 
601
601
<div id="docs-bottom-navigation" class="docs-navigation-links">
602
602
 
603
603
    <div id="docs-copyright">
604
 
        &copy; <a href="../copyright.html">Copyright</a> 2007-2012, the SQLAlchemy authors and contributors.
 
604
        &copy; <a href="../copyright.html">Copyright</a> 2007-2013, the SQLAlchemy authors and contributors.
605
605
        Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
606
606
    </div>
607
607
</div>