Ticket #6245: install.txt.diff

File install.txt.diff, 1.0 KB (added by Jarek Zgoda, 16 years ago)

Note of possible backwards incompatibilities when using SVN version

  • install.txt

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