Ticket #6245: 6245.diff

File 6245.diff, 1.1 KB (added by Thejaswi Puthraya, 16 years ago)

added a Warning directive and cleaned the previous diff to reflect urls correctly

  • docs/install.txt

     
    226226command ``svn update`` from within the ``django-trunk`` directory. When you do
    227227this, Subversion will automatically download any changes.
    228228
     229.. WARNING::
     230   Be aware that the development version is a moving target and backwards
     231   incompatible changes may be implemented sometimes. If you plan to use the
     232   development version for any production site, be sure to check the
     233   `backwards incompatible changes`_ page on the wiki_ and `development timeline`_
     234   before downloading the code.
     235
    229236.. _`download page`: http://www.djangoproject.com/download/
    230237.. _Subversion: http://subversion.tigris.org/
    231238.. _from the Control Panel: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sysdm_advancd_environmnt_addchange_variable.mspx
     239.. _`backwards incompatible changes`: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
     240.. _wiki: http://code.djangoproject.com/wiki
     241.. _`development timeline`: http://code.djangoproject.com/timeline
     242
Back to Top