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

« back to all changes in this revision

Viewing changes to doc/orm/extensions/index.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
                ORM Extensions
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
        <link rel="up" title="SQLAlchemy ORM" href="../index.html" />
37
37
        <link rel="next" title="Association Proxy" href="associationproxy.html" />
38
38
        <link rel="prev" title="ORM Events" href="../events.html" />
55
55
 
56
56
 
57
57
<div id="docs-header">
58
 
    <h1>SQLAlchemy 0.7 Documentation</h1>
 
58
    <h1>SQLAlchemy 0.8 Documentation</h1>
59
59
 
60
60
    <div id="docs-search">
61
61
    Search:
67
67
    </div>
68
68
 
69
69
    <div id="docs-version-header">
70
 
        Release: <span class="version-num">0.7.9</span> | Release Date: October 1, 2012
 
70
        Release: <span class="version-num">0.8.2</span> | Release Date: July 3, 2013
71
71
 
72
72
 
73
73
    </div>
93
93
    </div>
94
94
 
95
95
    <div id="docs-navigation-banner">
96
 
        <a href="../../index.html">SQLAlchemy 0.7 Documentation</a>
 
96
        <a href="../../index.html">SQLAlchemy 0.8 Documentation</a>
97
97
                » <a href="../index.html" title="SQLAlchemy ORM">SQLAlchemy ORM</a>
98
98
        » 
99
99
                ORM Extensions
158
158
<li class="toctree-l1"><a class="reference internal" href="orderinglist.html">Ordering List</a></li>
159
159
<li class="toctree-l1"><a class="reference internal" href="horizontal_shard.html">Horizontal Sharding</a></li>
160
160
<li class="toctree-l1"><a class="reference internal" href="hybrid.html">Hybrid Attributes</a></li>
161
 
<li class="toctree-l1"><a class="reference internal" href="sqlsoup.html">SqlSoup</a></li>
 
161
<li class="toctree-l1"><a class="reference internal" href="instrumentation.html">Alternate Class Instrumentation</a></li>
162
162
</ul>
163
163
</div>
164
164
</div>
174
174
        <a href="associationproxy.html" title="next chapter">Association Proxy</a>
175
175
 
176
176
    <div id="docs-copyright">
177
 
        &copy; <a href="../../copyright.html">Copyright</a> 2007-2012, the SQLAlchemy authors and contributors.
 
177
        &copy; <a href="../../copyright.html">Copyright</a> 2007-2013, the SQLAlchemy authors and contributors.
178
178
        Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
179
179
    </div>
180
180
</div>