Changeset 3492
- Timestamp:
- 07/29/06 19:43:51 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/templates/flatfiles/download.html
r3008 r3492 10 10 <h2>For the impatient:</h2> 11 11 <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> 14 13 </ul> 15 14 16 15 <h2>Which version is better?</h2> 17 <p>We (<a href="http://code.djangoproject.com/wiki/WorldOnline">World Online</a>, Django developers) improve Djangoevery 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> 18 17 19 18 <h2>Previous releases</h2> 20 19 <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> 22 22 </ul> 23 23 {% endblock %}
