Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 6924972363177ee2ba37e2f37b22c4a6 > files > 87

django-staticfiles-0.3.2-3.fc14.noarch.rpm


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Changelog &mdash; django-staticfiles v0.3.1 documentation</title>
    <link rel="stylesheet" href="_static/nature.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '0.3.1',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="django-staticfiles v0.3.1 documentation" href="index.html" />
    <link rel="prev" title="Settings" href="settings.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="settings.html" title="Settings"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">django-staticfiles v0.3.1 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h1>
<div class="section" id="v0-3-1-2010-08-21">
<h2>v0.3.1 (2010-08-21)<a class="headerlink" href="#v0-3-1-2010-08-21" title="Permalink to this headline">¶</a></h2>
<ul>
<li><p class="first">Added Sphinx config files and split up README.</p>
<p>Documetation now available under
<a class="reference external" href="http://django-staticfiles.readthedocs.org/">django-staticfiles.readthedocs.org</a></p>
</li>
</ul>
</div>
<div class="section" id="v0-3-0-2010-08-18">
<h2>v0.3.0 (2010-08-18)<a class="headerlink" href="#v0-3-0-2010-08-18" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Added resolver API which abstract the way staticfiles finds files.</li>
<li>Added staticfiles.urls.staticfiles_urlpatterns to avoid the catch-all
URLpattern which can make top-level urls.py slightly more confusing.
From Brian Rosner.</li>
<li>Minor documentation changes</li>
<li>Updated testrunner to work with Django 1.1.X and 1.2.X.</li>
<li>Removed custom code to load storage backend.</li>
</ul>
</div>
<div class="section" id="v0-2-0-2009-11-25">
<h2>v0.2.0 (2009-11-25)<a class="headerlink" href="#v0-2-0-2009-11-25" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Renamed build_media and resolve_media management commands to build_static
and resolve_media to avoid confusions between Django&#8217;s use of the term
&#8220;media&#8221; (for uploads) and &#8220;static&#8221; files.</li>
<li>Rework most of the internal logic, abstracting the core functionality away
from the management commands.</li>
<li>Use file system storage backend by default, ability to override it with
custom storage backend</li>
<li>Removed &#8211;interactive option to streamline static file resolving.</li>
<li>Added extensive tests</li>
<li>Uses standard logging</li>
</ul>
</div>
<div class="section" id="v0-1-2-2009-09-02">
<h2>v0.1.2 (2009-09-02)<a class="headerlink" href="#v0-1-2-2009-09-02" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Fixed a typo in settings.py</li>
<li>Fixed a conflict in build_media (now build_static) between handling
non-namespaced app media and other files with the same relative path.</li>
</ul>
</div>
<div class="section" id="v0-1-1-2009-09-02">
<h2>v0.1.1 (2009-09-02)<a class="headerlink" href="#v0-1-1-2009-09-02" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Added README with a bit of documentation :)</li>
</ul>
</div>
<div class="section" id="v0-1-0-2009-09-02">
<h2>v0.1.0 (2009-09-02)<a class="headerlink" href="#v0-1-0-2009-09-02" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Initial checkin from Pinax&#8217; source.</li>
<li>Will create the STATIC_ROOT directory if not existent.</li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Changelog</a><ul>
<li><a class="reference internal" href="#v0-3-1-2010-08-21">v0.3.1 (2010-08-21)</a></li>
<li><a class="reference internal" href="#v0-3-0-2010-08-18">v0.3.0 (2010-08-18)</a></li>
<li><a class="reference internal" href="#v0-2-0-2009-11-25">v0.2.0 (2009-11-25)</a></li>
<li><a class="reference internal" href="#v0-1-2-2009-09-02">v0.1.2 (2009-09-02)</a></li>
<li><a class="reference internal" href="#v0-1-1-2009-09-02">v0.1.1 (2009-09-02)</a></li>
<li><a class="reference internal" href="#v0-1-0-2009-09-02">v0.1.0 (2009-09-02)</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="settings.html"
                        title="previous chapter">Settings</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/changelog.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" size="18" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="settings.html" title="Settings"
             >previous</a> |</li>
        <li><a href="index.html">django-staticfiles v0.3.1 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2010, Jannis Leidel.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.2.
    </div>
  </body>
</html>