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

« back to all changes in this revision

Viewing changes to doc/orm/extensions/mutable.html

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2012-06-17 23:25:01 UTC
  • mfrom: (1.4.21)
  • Revision ID: package-import@ubuntu.com-20120617232501-1ey18snu5pv5ivfv
Tags: 0.7.8-1
* New upstream release
* Add hardening flags (via /usr/share/dpkg/buildflags.mk)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    <script type="text/javascript">
21
21
      var DOCUMENTATION_OPTIONS = {
22
22
          URL_ROOT:    '../../',
23
 
          VERSION:     '0.7.7',
 
23
          VERSION:     '0.7.8',
24
24
          COLLAPSE_MODINDEX: false,
25
25
          FILE_SUFFIX: '.html'
26
26
      };
67
67
    </div>
68
68
 
69
69
    <div id="docs-version-header">
70
 
        Release: <span class="version-num">0.7.7</span> | Release Date: May 5, 2012
 
70
        Release: <span class="version-num">0.7.8</span> | Release Date: June 16, 2012
71
71
 
72
72
 
73
73
    </div>
344
344
be assigned an object value which represents information &#8220;composed&#8221; from one
345
345
or more columns from the underlying mapped table. The usual example is that of
346
346
a geometric &#8220;point&#8221;, and is introduced in <a class="reference internal" href="../mapper_config.html#mapper-composite"><em>Composite Column Types</em></a>.</p>
347
 
<p>As of SQLAlchemy 0.7, the internals of <a class="reference internal" href="../mapper_config.html#sqlalchemy.orm.composite" title="sqlalchemy.orm.composite"><tt class="xref py py-func docutils literal"><span class="pre">orm.composite()</span></tt></a> have been
 
347
<p class="versionchanged">
 
348
<span class="versionmodified">Changed in version 0.7: </span>The internals of <a class="reference internal" href="../mapper_config.html#sqlalchemy.orm.composite" title="sqlalchemy.orm.composite"><tt class="xref py py-func docutils literal"><span class="pre">orm.composite()</span></tt></a> have been
348
349
greatly simplified and in-place mutation detection is no longer enabled by
349
350
default; instead, the user-defined value must detect changes on its own and
350
351
propagate them to all owning parents. The <a class="reference internal" href="#module-sqlalchemy.ext.mutable" title="sqlalchemy.ext.mutable"><tt class="xref py py-mod docutils literal"><span class="pre">sqlalchemy.ext.mutable</span></tt></a>
570
571
 
571
572
    <div id="docs-copyright">
572
573
        &copy; <a href="../../copyright.html">Copyright</a> 2007-2012, the SQLAlchemy authors and contributors.
573
 
        Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
 
574
        Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
574
575
    </div>
575
576
</div>
576
577