Changeset 7361 for django/trunk/docs/install.txt
- Timestamp:
- 03/24/08 23:42:21 (4 months ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r7314 r7361 173 173 you'll want to pay close attention to `the development timeline`_, 174 174 and you'll want to keep an eye on `the list of 175 backwards-incompatible changes`_ ; this will help you stay on top175 backwards-incompatible changes`_. This will help you stay on top 176 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 the179 release notes ).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 180 181 181 .. _the development timeline: http://code.djangoproject.com/timeline
