diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-28 09:17:00 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-28 09:17:00 -0500 |
| commit | ecf7814b3ab838a7c5e8ce14dde9ab8c46da13d0 (patch) | |
| tree | 10fe5e98ef0d8882032f21c98bd2c827734946ef /docs/faq | |
| parent | deb607648ed7d484a90474b6da48642b4f39bca7 (diff) | |
| download | django-ecf7814b3ab838a7c5e8ce14dde9ab8c46da13d0.tar.gz | |
Added 1.9/removed 1.5 on Python version support table.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt index e83bc56f86..f25dd1acf7 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -44,9 +44,9 @@ What Python version can I use with Django? Django version Python versions ============== =============== 1.4 2.5, 2.6, 2.7 -1.5 2.6, 2.7 and 3.2, 3.3 (experimental) 1.6 2.6, 2.7 and 3.2, 3.3 **1.7, 1.8** **2.7** and **3.2, 3.3, 3.4** +1.9 2.7, 3.3, 3.4, 3.5 ============== =============== For a given series of Python versions, only the latest release is officially |
