Skip to content

Commit

Permalink
Merge remote-tracking branch 'jezdez/community_redux' into community_…
Browse files Browse the repository at this point in the history
…redux
  • Loading branch information
jacobian committed Mar 16, 2011
2 parents 1dd540e + cafdc46 commit 0b79b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions django_website/templates/flatpages/download.html
Expand Up @@ -9,7 +9,7 @@ <h1>{{ flatpage.title }}</h1>
{% block content-related %}
<h2>For the impatient:</h2>
<ul>
<li>Download the latest release: <a href="http://www.djangoproject.com/download/1.2.4/tarball/">Django-1.2.4.tar.gz</a>.</li>
<li>Download the latest release: <a href="http://www.djangoproject.com/download/1.2.5/tarball/">Django-1.2.5.tar.gz</a>.</li>
</ul>

<h2>Which version is better?</h2>
Expand All @@ -18,7 +18,7 @@ <h2>Which version is better?</h2>
<p>If you're just looking for a stable deployment target and don't mind waiting for the next release, you'll want to stick with the latest official release (which will always include detailed notes on any changes you'll need to make while upgrading).</p>
<h2>Previous releases</h2>
<ul>
<li>Django 1.1: <a href="http://www.djangoproject.com/download/1.1.3/tarball/">Django-1.1.3.tar.gz</a>.</li>
<li>Django 1.1: <a href="http://www.djangoproject.com/download/1.1.4/tarball/">Django-1.1.4.tar.gz</a>.</li>
</ul>

<h2>Unsupported previous releases (no longer receive security updates or bugfixes)</h2>
Expand Down
2 changes: 1 addition & 1 deletion django_website/templates/homepage.html
Expand Up @@ -35,7 +35,7 @@ <h3>Internationalization</h3>

<h2>Download</h2>
<ul class="linklist">
<li class="button-download"><a href="/download/">Latest release: <strong>1.2.4</strong></a></li>
<li class="button-download"><a href="/download/">Latest release: <strong>1.2.5</strong></a></li>
</ul>
<p>Open source, <a href="http://code.djangoproject.com/browser/django/trunk/LICENSE">BSD license</a></p>
<h2>Documentation</h2>
Expand Down

0 comments on commit 0b79b2c

Please sign in to comment.