Django

Code

Changeset 2187

Show
Ignore:
Timestamp:
01/30/06 16:04:17 (3 years ago)
Author:
adrian
Message:

Added 'When will you release Django 1.0?' to FAQ

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/faq.txt

    r2123 r2187  
    167167.. _unofficial Django screencast: http://www.throwingbeans.org/django_screencasts.html 
    168168 
     169When will you release Django 1.0? 
     170--------------------------------- 
     171 
     172Short answer: When we're comfortable with Django's APIs, have added all 
     173features that we feel are necessary to earn a "1.0" status, and are ready to 
     174begin maintaining backwards compatibility. This should happen in a couple of 
     175months or so, although it's entirely possible that it could happen earlier. 
     176That translates into February or March 2006. 
     177 
     178Of course, you should note that `quite a few production sites`_ use Django in 
     179its current status. Don't let the lack of a 1.0 turn you off. 
     180 
     181.. _quite a few production sites: http://code.djangoproject.com/wiki/DjangoPoweredSites 
     182 
    169183How can I download the Django documentation to read it offline? 
    170184---------------------------------------------------------------