diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-12-09 22:49:16 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-12-09 22:49:16 +0000 |
| commit | 1a12506846eed2d370eaa41d2d6407b6771cb5a2 (patch) | |
| tree | 4b8671345add25822d283bca297d3c32097e880d | |
| parent | 707d144c30382e1ad55e65b165ea37d059d97550 (diff) | |
[1.0.X] Clarify install docs to point at new FAQ items about Python 3.0. Was [9360] in trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/topics/install.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 557494cb1e..766a106d99 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -13,7 +13,8 @@ Being a Python Web framework, Django requires Python. It works with any Python version from 2.3 to 2.6 (due to backwards incompatibilities in Python 3.0, Django does not currently work with -Python 3.0 and likely will not for some time to come). +Python 3.0; see :ref:`the Django FAQ <faq-install>` for more +information on supported Python versions and the 3.0 transition). Get Python at http://www.python.org. If you're running Linux or Mac OS X, you probably already have it installed. |
