diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-01-30 22:04:17 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-01-30 22:04:17 +0000 |
| commit | 4fd2b3eab9f7a10df78034a3e25f3ac7f73d8189 (patch) | |
| tree | 94bb06c25b03e30fb8413704209d77c8ed050e8f /docs | |
| parent | b4af15e66cd8e07ee2ac619c2a8816218ec9b687 (diff) | |
Added 'When will you release Django 1.0?' to FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/faq.txt | 14 |
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? --------------------------------------------------------------- |
