Ticket #6245: 6245.diff
File 6245.diff, 1.1 KB (added by , 17 years ago) |
---|
-
docs/install.txt
226 226 command ``svn update`` from within the ``django-trunk`` directory. When you do 227 227 this, Subversion will automatically download any changes. 228 228 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 229 236 .. _`download page`: http://www.djangoproject.com/download/ 230 237 .. _Subversion: http://subversion.tigris.org/ 231 238 .. _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