Django

Code

Show
Ignore:
Timestamp:
03/18/08 18:18:52 (5 months ago)
Author:
ubernostrum
Message:

Fixed #6245: Added note about watching Django development when using the development version

Files:

Legend:

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

    r7294 r7314  
    168168~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    169169 
     170.. admonition:: Tracking Django development 
     171     
     172    If you decide to use the latest development version of Django, 
     173    you'll want to pay close attention to `the development timeline`_, 
     174    and you'll want to keep an eye on `the list of 
     175    backwards-incompatible changes`_; this will help you stay on top 
     176    of any new features you might want to use, as well as any changes 
     177    you'll need to make to your code when updating your copy of Django 
     178    (for stable releases, any necessary changes are documented in the 
     179    release notes). 
     180 
     181.. _the development timeline: http://code.djangoproject.com/timeline 
     182.. _the list of backwards-incompatible changes: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges 
     183 
    170184If you'd like to be able to update your Django code occasionally with the 
    171185latest bug fixes and improvements, follow these instructions: