Django

Code

root/django/branches/0.91-bugfixes/README

Revision 3729, 1.9 kB (checked in by ubernostrum, 2 years ago)

0.91-bugfixes: fix bad copy/paste in previous version of README

Line 
1 Django is a high-level Python Web framework that encourages rapid
2 development and clean, pragmatic design.
3
4
5 About this version
6 ==================
7
8 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 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.
13
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.
19
20
21 More information
22 ================
23
24 The complete history of bugs fixed in this branch can be viewed online
25 at http://code.djangoproject.com/log/django/branches/0.91-bugfixes.
26
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
33 The documentation for this version of Django has been frozen, and is
34 available online at http://www.djangoproject.com/documentation/0_91/.
35
36
37 Submitting bugs
38 ===============
39
40 If you run into a bug in Django 0.91, 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.
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).
Note: See TracBrowser for help on using the browser.