Changeset 3728
- Timestamp:
- 09/05/06 11:35:20 (2 years ago)
- Files:
-
- django/branches/0.91-bugfixes/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/0.91-bugfixes/README
r3574 r3728 1 Django is a high-level Python Web framework that encourages rapid development2 and clean, pragmatic design.1 Django is a high-level Python Web framework that encourages rapid 2 development and clean, pragmatic design. 3 3 4 This is the Django 0.91 "bugfixes" branch, which is intended to provide5 bugfix and patch support for users of Django version 0.91, which was6 the last version before a series of major API changes. No new features7 will be added in this branch, and it is maintained solely as a means8 of providing support to legacy Django installations. If you're just9 starting out with Django, we highly recommend that you use the latest10 stable release or a Subversion checkout from Django's trunk.11 4 12 All documentation is in the "docs" directory and online at 13 http://www.djangoproject.com/documentation/0_91/. If you're just getting started, 14 here's how we recommend you read the docs: 5 About this version 6 ================== 15 7 16 * First, read docs/install.txt for instructions on installing Django. 8 This is the Django 0.90 "bugfixes" branch, which is intended to 9 provide bugfix and patch support for users of Django 0.90 who have not 10 been able to migrate to a more recent version. No new features will be 11 added in this branch, and it is maintained solely as a means of 12 providing support to legacy Django installations. 17 13 18 * Next, work through the tutorials in order (docs/tutorial01.txt, 19 docs/tutorial02.txt, etc.). 14 If you're completely new to Django we highly recommend that you use 15 either the latest stable release or a Subversion checkout from 16 Django's trunk; Django is always evolving, and the latest and greatest 17 features are only available to users of newer versions of the 18 framework. 20 19 21 * If you want to set up an actual deployment server, read docs/modpython.txt22 for instructions on running Django under mod_python.23 20 24 * The rest of the documentation is of the reference-manual variety. 25 Read it -- and the FAQ -- as you run into problems. 21 More information 22 ================ 26 23 27 Docs are updated rigorously. If you find any problems in the docs, or think they 28 should be clarified in any way, please take 30 seconds to fill out a ticket 29 here: 24 The complete history of bugs fixed in this branch can be viewed online 25 at http://code.djangoproject.com/log/django/branches/0.90-bugfixes. 30 26 31 http://code.djangoproject.com/newticket 27 We also recommend that users of this branch subscribe to the 28 "django-announce" mailing list, a low-traffic, announcements-only list 29 which will send messages whenever an important (i.e., 30 security-related) bug is fixed. You can subscribe to the list via 31 Google Groups at http://groups.google.com/group/django-announce. 32 32 33 To get more help: 33 The documentation for this version of Django has been frozen, and is 34 available online at http://www.djangoproject.com/documentation/0_90/. 34 35 35 * Join the #django channel on irc.freenode.net. Lots of helpful people36 hang out there. Read the archives at http://loglibrary.com/179 .37 36 38 * Join the django-users mailing list, or read the archives, at 39 http://groups-beta.google.com/group/django-users. 37 Submitting bugs 38 =============== 40 39 41 To contribute to Django: 40 If you run into a bug in Django 0.90, please search the Django ticket 41 database to see if the issue has already been reported; if not, please 42 head over to http://code.djangoproject.com/newticket and file a new 43 ticket with as much information about the bug as you can provide. 42 44 43 * Check out http://www.djangoproject.com/community/ for information 44 about getting involved. 45 If you're running into a bug which has been reported but not fixed, 46 feel free to update the ticket with any additional information you 47 have, and to assign it to 'ubernostrum' (AKA James Bennett, the 48 maintainer of this branch). 45 49
