summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/faq.txt b/docs/faq.txt
index 717bfa6665..ffeac817a7 100644
--- a/docs/faq.txt
+++ b/docs/faq.txt
@@ -166,6 +166,20 @@ In the meantime, though, check out this `unofficial Django screencast`_.
.. _unofficial Django screencast: http://www.throwingbeans.org/django_screencasts.html
+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. This should happen in a couple of
+months or so, although it's entirely possible that it could happen earlier.
+That translates into February or March 2006.
+
+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.
+
+.. _quite a few production sites: http://code.djangoproject.com/wiki/DjangoPoweredSites
+
How can I download the Django documentation to read it offline?
---------------------------------------------------------------