summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2008-07-22 03:10:05 +0000
committerAdrian Holovaty <adrian@holovaty.com>2008-07-22 03:10:05 +0000
commitcf2a05952eb35f1532e0127e8e871c9c153afac7 (patch)
tree0f0a13c7fefc25d00390ed9a06f6ecbb70ad2764 /docs
parent8bc442e7715f56cf108a35025493af90687e33ee (diff)
Fixed #7868 -- Updated FAQ 'When will you release 1.0' to have an actual, valid answer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.txt15
1 files changed, 3 insertions, 12 deletions
diff --git a/docs/faq.txt b/docs/faq.txt
index 6d12a95cba..978106f432 100644
--- a/docs/faq.txt
+++ b/docs/faq.txt
@@ -224,19 +224,10 @@ means!).
When will you release Django 1.0?
---------------------------------
-Short answer: When we're comfortable with Django's APIs, have added all
-features that we feel are necessary to earn a "1.0" status, and are ready to
-begin maintaining backwards compatibility.
+See our `version one roadmap`_ for the detailed timeline. We're aiming for
+September 2, 2008.
-The merging of Django's `Queryset Refactor branch`_ went a long way toward Django
-1.0. Merging the `Newforms Admin branch` will be another important step.
-
-Of course, you should note that `quite a few production sites`_ use Django in
-its current status. Don't let the lack of a 1.0 turn you off.
-
-.. _Queryset Refactor branch: http://code.djangoproject.com/wiki/QuerysetRefactorBranch
-.. _Newforms Admin branch: http://code.djangoproject.com/wiki/NewformsAdminBranch
-.. _quite a few production sites: http://code.djangoproject.com/wiki/DjangoPoweredSites
+.. _version one roadmap: http://code.djangoproject.com/wiki/VersionOneRoadmap
How can I download the Django documentation to read it offline?
---------------------------------------------------------------