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

« back to all changes in this revision

Viewing changes to doc/orm/deprecated.html

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2014-06-27 20:17:13 UTC
  • mfrom: (1.4.28)
  • Revision ID: package-import@ubuntu.com-20140627201713-g6p1kq8q1qenztrv
Tags: 0.9.6-1
* New upstream release
* Remove Python 3.X build tag files, thanks to Matthias Urlichs for the
  patch (closes: #747852)
* python-fdb isn't in the Debian archive yet so default dialect for firebird://
  URLs is changed to obsolete kinterbasdb, thanks to Russell Stuart for the
  patch (closes: #752145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    <script type="text/javascript">
33
33
      var DOCUMENTATION_OPTIONS = {
34
34
          URL_ROOT:    '../',
35
 
          VERSION:     '0.9.4',
 
35
          VERSION:     '0.9.6',
36
36
          COLLAPSE_MODINDEX: false,
37
37
          FILE_SUFFIX: '.html'
38
38
      };
44
44
        <script type="text/javascript" src="../_static/doctools.js"></script>
45
45
    <!-- end iterate through sphinx environment script_files -->
46
46
 
 
47
    <script type="text/javascript" src="../_static/detectmobile.js"></script>
47
48
    <script type="text/javascript" src="../_static/init.js"></script>
48
49
    <link rel="index" title="Index" href="../genindex.html" />
49
50
    <link rel="search" title="Search" href="../search.html" />
66
67
 
67
68
 
68
69
 
 
70
 
69
71
<div id="docs-container">
70
72
 
71
73
 
72
74
 
73
75
 
 
76
 
 
77
<div id="docs-top-navigation-container" class="body-background">
74
78
<div id="docs-header">
 
79
    <div id="docs-version-header">
 
80
        Release: <span class="version-num">0.9.6</span> | Release Date: June 23, 2014
 
81
    </div>
 
82
 
75
83
    <h1>SQLAlchemy 0.9 Documentation</h1>
76
84
 
77
 
    <div id="docs-search">
78
 
    Search:
79
 
    <form class="search" action="../search.html" method="get">
80
 
      <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
81
 
      <input type="hidden" name="check_keywords" value="yes" />
82
 
      <input type="hidden" name="area" value="default" />
83
 
    </form>
84
 
    </div>
85
 
 
86
 
    <div id="docs-version-header">
87
 
        Release: <span class="version-num">0.9.4</span> | Release Date: March 28, 2014
88
 
 
89
 
 
90
 
    </div>
91
 
 
92
 
</div>
93
 
 
94
 
<div id="docs-top-navigation">
95
 
    <div id="docs-top-page-control" class="docs-navigation-links">
 
85
</div>
 
86
</div>
 
87
 
 
88
<div id="docs-body-container">
 
89
 
 
90
    <div id="fixed-sidebar" class="withsidebar">
 
91
 
 
92
 
 
93
        <div id="docs-sidebar-popout">
 
94
            <h3><a href="../index.html">SQLAlchemy 0.9 Documentation</a></h3>
 
95
 
 
96
            <p id="sidebar-paginate">
 
97
                    <a href="../index.html" title="SQLAlchemy 0.9 Documentation">Up</a> |
 
98
 
 
99
            </p>
 
100
 
 
101
            <p id="sidebar-topnav">
 
102
                <a href="../index.html">Contents</a> |
 
103
                <a href="../genindex.html">Index</a>
 
104
            </p>
 
105
 
 
106
            <div id="sidebar-search">
 
107
                <form class="search" action="../search.html" method="get">
 
108
                  <input type="text" name="q" size="12" /> <input type="submit" value="Search" />
 
109
                  <input type="hidden" name="check_keywords" value="yes" />
 
110
                  <input type="hidden" name="area" value="default" />
 
111
                </form>
 
112
            </div>
 
113
 
 
114
        </div>
 
115
 
 
116
        <div id="docs-sidebar">
 
117
 
 
118
        <h3><a href="#">            
 
119
                Deprecated ORM Event Interfaces
 
120
            
 
121
        </a></h3>
96
122
        <ul>
97
 
 
98
 
        <li>
99
 
            <a href="../contents.html">Table of Contents</a> |
100
 
            <a href="../genindex.html">Index</a>
101
 
            | <a href="../_sources/orm/deprecated.txt">view source
102
 
        </li>
103
 
        </ul>
104
 
    </div>
105
 
 
106
 
    <div id="docs-navigation-banner">
107
 
        <a href="../index.html">SQLAlchemy 0.9 Documentation</a>
108
 
        » 
109
 
                Deprecated ORM Event Interfaces
110
 
            
111
 
 
112
 
        <h2>
113
 
            
114
 
                Deprecated ORM Event Interfaces
115
 
            
116
 
        </h2>
117
 
    </div>
118
 
 
119
 
</div>
120
 
 
121
 
<div id="docs-body-container">
122
 
 
123
 
    <div id="docs-sidebar">
124
 
    <h3><a href="../index.html">Table of Contents</a></h3>
125
 
    <ul>
126
123
<li><a class="reference internal" href="#">Deprecated ORM Event Interfaces</a><ul>
127
124
<li><a class="reference internal" href="#mapper-events">Mapper Events</a></li>
128
125
<li><a class="reference internal" href="#session-events">Session Events</a></li>
134
131
 
135
132
 
136
133
 
137
 
    <h4>Quick Search</h4>
138
 
    <p>
139
 
    <form class="search" action="../search.html" method="get">
140
 
      <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
141
 
      <input type="hidden" name="check_keywords" value="yes" />
142
 
      <input type="hidden" name="area" value="default" />
143
 
    </form>
144
 
    </p>
 
134
        </div>
145
135
 
146
136
    </div>
147
137
 
 
138
    
 
139
 
148
140
    <div id="docs-body" class="withsidebar" >
149
141
        
150
142
<div class="section" id="module-sqlalchemy.orm.interfaces">
332
324
<dl class="method">
333
325
<dt id="sqlalchemy.orm.interfaces.MapperExtension.init_failed">
334
326
<tt class="descname">init_failed</tt><big>(</big><em>mapper</em>, <em>class_</em>, <em>oldinit</em>, <em>instance</em>, <em>args</em>, <em>kwargs</em><big>)</big><a class="headerlink" href="#sqlalchemy.orm.interfaces.MapperExtension.init_failed" title="Permalink to this definition">¶</a></dt>
335
 
<dd><p>Receive an instance when it&#8217;s constructor has been called,
 
327
<dd><p>Receive an instance when its constructor has been called,
336
328
and raised an exception.</p>
337
329
<p>This method is only called during a userland construction of
338
330
an object.  It is not called when an object is loaded from the
344
336
<dl class="method">
345
337
<dt id="sqlalchemy.orm.interfaces.MapperExtension.init_instance">
346
338
<tt class="descname">init_instance</tt><big>(</big><em>mapper</em>, <em>class_</em>, <em>oldinit</em>, <em>instance</em>, <em>args</em>, <em>kwargs</em><big>)</big><a class="headerlink" href="#sqlalchemy.orm.interfaces.MapperExtension.init_instance" title="Permalink to this definition">¶</a></dt>
347
 
<dd><p>Receive an instance when it&#8217;s constructor is called.</p>
 
339
<dd><p>Receive an instance when its constructor is called.</p>
348
340
<p>This method is only called during a userland construction of
349
341
an object.  It is not called when an object is loaded from the
350
342
database.</p>