diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-20 23:49:35 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-20 23:49:35 +0000 |
| commit | acdd24f5266490a5193272a9d30a76a75466cc2a (patch) | |
| tree | 7ee5dcdee6391e449391662ad11fa887efeaa284 /docs/faq.txt | |
| parent | fc0200857b4cb595395e4320272abd77c85c89be (diff) | |
Added 'Should I use the official version or development version?' question to the FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq.txt')
| -rw-r--r-- | docs/faq.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/faq.txt b/docs/faq.txt index 58caf32b30..cd8912a706 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -240,6 +240,15 @@ See our `Django-friendly Web hosts`_ page. .. _`Django-friendly Web hosts`: http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts +Should I use the official version or development version? +--------------------------------------------------------- + +The Django developers improve Django every day and are pretty good about not +checking in broken code. We use the development code (from the Subversion +repository) directly on our servers, so we consider it stable. With that in +mind, we recommend that you use the latest development code, because it +generally contains more features and fewer bugs than the "official" releases. + Using Django ============ |
