Changeset 3730 for django/branches/0.90-bugfixes/README
- Timestamp:
- 09/05/06 11:36:44 (2 years ago)
- Files:
-
- django/branches/0.90-bugfixes/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/0.90-bugfixes/README
r720 r3730 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 All documentation is in the "docs" directory and online at5 http://www.djangoproject.com/documentation/. If you're just getting started,6 here's how we recommend you read the docs:7 4 8 * First, read docs/install.txt for instructions on installing Django. 5 About this version 6 ================== 9 7 10 * Next, work through the tutorials in order (docs/tutorial01.txt, 11 docs/tutorial02.txt, etc.). 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. 12 13 13 * If you want to set up an actual deployment server, read docs/modpython.txt 14 for instructions on running Django under mod_python. 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. 15 19 16 * The rest of the documentation is of the reference-manual variety.17 Read it -- and the FAQ -- as you run into problems.18 20 19 Docs are updated rigorously. If you find any problems in the docs, or think they 20 should be clarified in any way, please take 30 seconds to fill out a ticket 21 here: 21 More information 22 ================ 22 23 23 http://code.djangoproject.com/newticket 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. 24 26 25 To get more help: 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. 26 32 27 * Join the #django channel on irc.freenode.net. Lots of helpful people 28 hang out there. Read the archives at http://loglibrary.com/179.33 The documentation for this version of Django has been frozen, and is 34 available online at http://www.djangoproject.com/documentation/0_90/. 29 35 30 * Join the django-users mailing list, or read the archives, at31 http://groups-beta.google.com/group/django-users.32 36 33 To contribute to Django: 37 Submitting bugs 38 =============== 34 39 35 * Check out http://www.djangoproject.com/community/ for information 36 about getting involved. 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. 37 44 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).
