Django

Code

Ticket #4837: updating_distributions_txt.diff

File updating_distributions_txt.diff, 0.9 kB (added by Yasushi Masuda <whosaysni@gmail.com>, 1 year ago)

Updating distributions.txt (against [5646]

  • distributions.txt

    old new  
    2222------ 
    2323 
    2424A `packaged version of Django`_ is available for `Debian GNU/Linux`_, and can be 
    25 installed from either the "testing" or the "unstable" repositories by typing 
    26 ``apt-get install python-django``. 
     25installed from either the "stable" repositories by typing ``apt-get install 
     26python-django``. 
    2727 
     28 
    2829When you install this package, ``apt`` will recommend installing a database 
    2930adapter; you should select and install the adapter for whichever database you 
    3031plan to use with Django. 
    3132 
    3233.. _Debian GNU/Linux: http://www.debian.org/ 
    33 .. _packaged version of Django: http://packages.debian.org/testing/python/python-django 
     34.. _packaged version of Django: http://packages.debian.org/stable/python/python-django 
    3435 
    3536Ubuntu 
    3637------