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

« back to all changes in this revision

Viewing changes to doc/core/compiler.html

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2012-01-29 23:29:50 UTC
  • mfrom: (1.4.18)
  • Revision ID: package-import@ubuntu.com-20120129232950-1mw4zn2xy2o51ua5
Tags: 0.7.5-1
* New upstream release
  - minumum required python-sphinx version bumped to 1.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
        
8
8
        <title>
 
9
            
 
10
    
9
11
                Custom SQL Constructs and Compilation Extension
10
 
             &mdash; SQLAlchemy 0.7 Documentation</title>
 
12
             &mdash; 
 
13
    SQLAlchemy 0.7 Documentation
 
14
 
 
15
        </title>
11
16
        
12
17
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13
18
    <link rel="stylesheet" href="../_static/docs.css" type="text/css" />
15
20
    <script type="text/javascript">
16
21
      var DOCUMENTATION_OPTIONS = {
17
22
          URL_ROOT:    '../',
18
 
          VERSION:     '0.7.4',
 
23
          VERSION:     '0.7.5',
19
24
          COLLAPSE_MODINDEX: false,
20
25
          FILE_SUFFIX: '.html'
21
26
      };
41
46
 
42
47
 
43
48
 
 
49
 
 
50
 
 
51
 
 
52
 
44
53
<div id="docs-container">
45
54
 
46
55
 
58
67
    </div>
59
68
 
60
69
    <div id="docs-version-header">
61
 
        Release: <span class="version-num">0.7.4</span> | Release Date: December 9, 2011
 
70
        Release: <span class="version-num">0.7.5</span> | Release Date: January 28, 2012
62
71
 
63
72
 
64
73
    </div>
135
144
    <a href="serializer.html" title="next chapter">Expression Serializer Extension</a>
136
145
    </p>
137
146
 
 
147
 
138
148
    <h4>Quick Search</h4>
139
149
    <p>
140
150
    <form class="search" action="../search.html" method="get">
484
494
 
485
495
</div>
486
496
 
487
 
 
488
 
    <div id="docs-bottom-navigation" class="docs-navigation-links">
489
 
            Previous:
490
 
            <a href="events.html" title="previous chapter">Core Events</a>
491
 
            Next:
492
 
            <a href="serializer.html" title="next chapter">Expression Serializer Extension</a>
493
 
 
494
 
        <div id="docs-copyright">
495
 
            &copy; <a href="../copyright.html">Copyright</a> 2007-2011, the SQLAlchemy authors and contributors.
496
 
            Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
497
 
        </div>
 
497
<div id="docs-bottom-navigation" class="docs-navigation-links">
 
498
        Previous:
 
499
        <a href="events.html" title="previous chapter">Core Events</a>
 
500
        Next:
 
501
        <a href="serializer.html" title="next chapter">Expression Serializer Extension</a>
 
502
 
 
503
    <div id="docs-copyright">
 
504
        &copy; <a href="../copyright.html">Copyright</a> 2007-2012, the SQLAlchemy authors and contributors.
 
505
        Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
498
506
    </div>
499
 
 
500
 
 
501
 
</div>
502
 
 
 
507
</div>
 
508
 
 
509
</div>
 
510
 
 
511
        
503
512
    </body>
504
513
</html>
505
514
 
506
515
 
507