Django

Code

Changeset 2930

Show
Ignore:
Timestamp:
05/16/06 21:39:52 (2 years ago)
Author:
mtredinnick
Message:

Changed the link the "official tarball" to refer to the 0.91 release and added
a warning about the development version being preferred. Thanks to Todd O'Bryan
for pointing out the misinformation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/install.txt

    r2809 r2930  
    7878~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    7979 
    80 1. Download Django-0.92.tar.gz from our `download page`_. 
    81 2. ``tar xzvf Django-0.92.tar.gz`` 
    82 3. ``cd Django-0.92`` 
     801. Download Django-0.91.tar.gz from our `download page`_. 
     812. ``tar xzvf Django-0.91.tar.gz`` 
     823. ``cd Django-0.91`` 
    83834. ``sudo python setup.py install`` 
    8484 
     
    8989This will install Django in your Python installation's ``site-packages`` 
    9090directory. 
     91 
     92.. note:: 
     93 
     94    Due to recent backwards-incompatible changes, it is strongly recommended 
     95    that you use the development version (below) for any new applications or 
     96    if you are just starting to work with Django. The 0.91 release is a 
     97    dead-end branch that is primarily of use for supporting legacy Django 
     98    applications. 
    9199 
    92100.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools