Django

Code

Changeset 8045

Show
Ignore:
Timestamp:
07/21/08 22:10:05 (5 months ago)
Author:
adrian
Message:

Fixed #7868 -- Updated FAQ 'When will you release 1.0' to have an actual, valid answer

Files:

Legend:

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

    r7619 r8045  
    225225--------------------------------- 
    226226 
    227 Short answer: When we're comfortable with Django's APIs, have added all 
    228 features that we feel are necessary to earn a "1.0" status, and are ready to 
    229 begin maintaining backwards compatibility. 
    230  
    231 The merging of Django's `Queryset Refactor branch`_ went a long way toward Django 
    232 1.0. Merging the `Newforms Admin branch` will be another important step. 
    233  
    234 Of course, you should note that `quite a few production sites`_ use Django in 
    235 its current status. Don't let the lack of a 1.0 turn you off. 
    236  
    237 .. _Queryset Refactor branch: http://code.djangoproject.com/wiki/QuerysetRefactorBranch 
    238 .. _Newforms Admin branch: http://code.djangoproject.com/wiki/NewformsAdminBranch 
    239 .. _quite a few production sites: http://code.djangoproject.com/wiki/DjangoPoweredSites 
     227See our `version one roadmap`_ for the detailed timeline. We're aiming for 
     228September 2, 2008. 
     229 
     230.. _version one roadmap: http://code.djangoproject.com/wiki/VersionOneRoadmap 
    240231 
    241232How can I download the Django documentation to read it offline?