Ticket #12609: faq_install.diff

File faq_install.diff, 1.2 KB (added by Remco Wendt, 14 years ago)
  • docs/faq/install.txt

     
    9595Should I use the official version or development version?
    9696---------------------------------------------------------
    9797
    98 The Django developers improve Django every day and are pretty good about not
    99 checking in broken code. We use the development code (from the Subversion
    100 repository) directly on our servers, so we consider it stable. With that in
    101 mind, we recommend that you use the latest development code, because it
    102 generally contains more features and fewer bugs than the "official" releases.
     98The Django project has a `release cycle`_ which states that `minor releases`_
     99(1.1, 1.2) will happen roughly every six months. We recommend that you use the
     100latest released version of Django in your projects. Those that want the cutting
     101edge of Django should use the development code (from the Subversion repository).
     102
     103.. _`release cycle`: http://docs.djangoproject.com/en/dev/internals/release-process/#release-cycle
     104.. _`minor releases`: http://docs.djangoproject.com/en/dev/internals/release-process/#minor-releases
Back to Top