Update README with info on new branch

git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2006-08-13 01:38:55 +00:00
parent 5623203d15
commit 06a3c04c87
1 changed files with 9 additions and 1 deletions

10
README
View File

@ -1,8 +1,16 @@
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.
This is the Django 0.91 "bugfixes" branch, which is inetnded to provide
bugfix and patch support for users of Django version 0.91, which was
the last version before a series of major API changes. No new features
will be added in this branch, and it is maintained solely as a means
of providing support to legacy Django installations. If you're just
starting out with Django, we highly recommend that you use the latest
stable release or a Subversion checkout from Django's trunk.
All documentation is in the "docs" directory and online at
http://www.djangoproject.com/documentation/. If you're just getting started,
http://www.djangoproject.com/documentation/0_91/. If you're just getting started,
here's how we recommend you read the docs:
* First, read docs/install.txt for instructions on installing Django.