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

« back to all changes in this revision

Viewing changes to doc/_modules/examples/elementtree/pickle.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" />
67
68
 
68
69
 
69
70
 
 
71
 
70
72
<div id="docs-container">
71
73
 
72
74
 
73
75
 
74
76
 
 
77
 
 
78
<div id="docs-top-navigation-container" class="body-background">
75
79
<div id="docs-header">
 
80
    <div id="docs-version-header">
 
81
        Release: <span class="version-num">0.9.6</span> | Release Date: June 23, 2014
 
82
    </div>
 
83
 
76
84
    <h1>SQLAlchemy 0.9 Documentation</h1>
77
85
 
78
 
    <div id="docs-search">
79
 
    Search:
80
 
    <form class="search" action="../../../search.html" method="get">
81
 
      <input type="text" name="q" size="18" /> <input type="submit" value="Search" />
82
 
      <input type="hidden" name="check_keywords" value="yes" />
83
 
      <input type="hidden" name="area" value="default" />
84
 
    </form>
85
 
    </div>
86
 
 
87
 
    <div id="docs-version-header">
88
 
        Release: <span class="version-num">0.9.4</span> | Release Date: March 28, 2014
89
 
 
90
 
 
91
 
    </div>
92
 
 
93
 
</div>
94
 
 
95
 
<div id="docs-top-navigation">
96
 
    <div id="docs-top-page-control" class="docs-navigation-links">
97
 
        <ul>
98
 
 
99
 
        <li>
100
 
            <a href="../../../contents.html">Table of Contents</a> |
 
86
</div>
 
87
</div>
 
88
 
 
89
<div id="docs-body-container">
 
90
 
 
91
    <div id="fixed-sidebar" class="">
 
92
 
 
93
        <div id="index-nav">
 
94
            <form class="search" action="../../../search.html" method="get">
 
95
              <input type="text" name="q" size="12" /> <input type="submit" value="Search" />
 
96
              <input type="hidden" name="check_keywords" value="yes" />
 
97
              <input type="hidden" name="area" value="default" />
 
98
            </form>
 
99
 
 
100
            <p>
 
101
            <a href="../../../index.html">Contents</a> |
101
102
            <a href="../../../genindex.html">Index</a>
102
 
        </li>
103
 
        </ul>
104
 
    </div>
105
 
 
106
 
    <div id="docs-navigation-banner">
107
 
        <a href="../../../index.html">SQLAlchemy 0.9 Documentation</a>
108
 
                » <a href="../../index.html" title="Module code">Module code</a>
109
 
        » 
110
 
                examples.elementtree.pickle
111
 
            
112
 
 
113
 
        <h2>
114
 
            
115
 
                examples.elementtree.pickle
116
 
            
117
 
        </h2>
118
 
    </div>
119
 
 
120
 
</div>
121
 
 
122
 
<div id="docs-body-container">
123
 
 
 
103
            </p>
 
104
 
 
105
        </div>
 
106
 
 
107
 
 
108
    </div>
 
109
 
 
110
    
124
111
 
125
112
    <div id="docs-body" class="" >
126
113