Changeset 3729
- Timestamp:
- 09/05/06 11:36:09 (2 years ago)
- Files:
-
- django/branches/0.91-bugfixes/README (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/0.91-bugfixes/README
r3728 r3729 6 6 ================== 7 7 8 This is the Django 0.9 0"bugfixes" branch, which is intended to9 provide bugfix and patch support for users of Django 0.9 0who have not8 This is the Django 0.91 "bugfixes" branch, which is intended to 9 provide bugfix and patch support for users of Django 0.91 who have not 10 10 been able to migrate to a more recent version. No new features will be 11 11 added in this branch, and it is maintained solely as a means of … … 23 23 24 24 The complete history of bugs fixed in this branch can be viewed online 25 at http://code.djangoproject.com/log/django/branches/0.9 0-bugfixes.25 at http://code.djangoproject.com/log/django/branches/0.91-bugfixes. 26 26 27 27 We also recommend that users of this branch subscribe to the … … 32 32 33 33 The documentation for this version of Django has been frozen, and is 34 available online at http://www.djangoproject.com/documentation/0_9 0/.34 available online at http://www.djangoproject.com/documentation/0_91/. 35 35 36 36 … … 38 38 =============== 39 39 40 If you run into a bug in Django 0.9 0, please search the Django ticket40 If you run into a bug in Django 0.91, please search the Django ticket 41 41 database to see if the issue has already been reported; if not, please 42 42 head over to http://code.djangoproject.com/newticket and file a new
