diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-07-29 18:41:09 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-07-29 18:41:09 +0000 |
| commit | 4aefe9ad456101c51b5b42a4e908a366e52e5bb0 (patch) | |
| tree | 0c0a9b9fcf9d3b3a273fb2e7c1c3c51ea6b5a434 | |
| parent | a369151091ffa854043f10e065304af30e823ff4 (diff) | |
Formatted docs/release_notes_0.95.txt in our ReST format, with titles
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3488 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/release_notes_0.95.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/release_notes_0.95.txt b/docs/release_notes_0.95.txt index 4a7658f070..029d65b131 100644 --- a/docs/release_notes_0.95.txt +++ b/docs/release_notes_0.95.txt @@ -1,3 +1,8 @@ +================================= +Django version 0.95 release notes +================================= + + Welcome to the Django 0.95 release. This represents a significant advance in Django development since the 0.91 @@ -5,7 +10,7 @@ release in January 2006. The details of every change in this release would be too extensive to list in full, but a summary is presented below. Suitability and API stability ------------------------------ +============================= This release is intended to provide a stable reference point for developers wanting to work on production-level applications that use Django. @@ -24,7 +29,7 @@ There likely won't be as big of a change between 0.95 and 1.0 versions as there was between 0.91 and 0.95. Changes and new features ------------------------- +======================== The major changes in this release (for developers currently using the 0.91 release) are a result of merging the 'magic-removal' branch of development. @@ -87,7 +92,7 @@ easy checklist_ for reference when undertaking the porting operation. .. _checklist: http://code.djangoproject.com/wiki/MagicRemovalCheatSheet1 Problem reports and getting help --------------------------------- +================================ Need help resolving a problem with Django? The documentation in the distribution is also available online_ at the `Django website`_. The FAQ_ |
