Django

Code

Changeset 1318

Show
Ignore:
Timestamp:
11/20/05 17:49:35 (3 years ago)
Author:
adrian
Message:

Added 'Should I use the official version or development version?' question to the FAQ

Files:

Legend:

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

    r1238 r1318  
    241241.. _`Django-friendly Web hosts`: http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts 
    242242 
     243Should I use the official version or development version? 
     244--------------------------------------------------------- 
     245 
     246The Django developers improve Django every day and are pretty good about not 
     247checking in broken code. We use the development code (from the Subversion 
     248repository) directly on our servers, so we consider it stable. With that in 
     249mind, we recommend that you use the latest development code, because it 
     250generally contains more features and fewer bugs than the "official" releases. 
     251 
    243252Using Django 
    244253============