Django

Code

Changeset 3492

Show
Ignore:
Timestamp:
07/29/06 19:43:51 (2 years ago)
Author:
adrian
Message:

Changed download page template to point to 0.95 tarball

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/templates/flatfiles/download.html

    r3008 r3492  
    1010<h2>For the impatient:</h2> 
    1111<ul> 
    12   <li>Download the latest release: <a href="http://www.djangoproject.com/download/0.91/tarball/">Django-0.91.tar.gz</a>.</li> 
    13   <li>Download the latest release as an egg: <a href="http://www.djangoproject.com/download/0.91/egg/">Django-0.91-py2.4.egg</a>.</li> 
     12  <li>Download the latest release: <a href="http://www.djangoproject.com/download/0.95/tarball/">Django-0.95.tar.gz</a>.</li> 
    1413</ul> 
    1514 
    1615<h2>Which version is better?</h2> 
    17 <p>We (<a href="http://code.djangoproject.com/wiki/WorldOnline">World Online</a>, Django developers) improve Django every day and are pretty good about not checking in broken code. With that in mind, we <strong>recommend that you use the latest development code</strong>, because it generally contains more features and fewer bugs than the "official" releases.</p> 
     16<p>We improve Django almost every day and are pretty good about not checking in broken code. With that in mind, we <strong>recommend that you use the latest development code</strong>, because it generally contains more features and fewer bugs than the "official" releases.</p> 
    1817 
    1918<h2>Previous releases</h2> 
    2019<ul> 
    21   <li>Django 0.90: <a href="http://www.djangoproject.com/download/0.90/tarball/">tarball</a> | <a href="http://www.djangoproject.com/download/0.90/egg/">egg</a> 
     20  <li>Django 0.91: <a href="http://www.djangoproject.com/download/0.91/tarball/">tarball</a></li> 
     21  <li>Django 0.90: <a href="http://www.djangoproject.com/download/0.90/tarball/">tarball</a> | <a href="http://www.djangoproject.com/download/0.90/egg/">egg</a></li> 
    2222</ul> 
    2323{% endblock %}