From 06a3c04c876776ec0dc212d55546d3f934f083b2 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sun, 13 Aug 2006 01:38:55 +0000 Subject: [PATCH] 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 --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index d52451d3ba..2ac4f6b283 100644 --- a/README +++ b/README @@ -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.