diff options
| author | Tim Graham <timograham@gmail.com> | 2014-04-08 11:13:05 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-08 11:13:36 -0400 |
| commit | 8158557f225f91041c529b92caf06e4f8045a716 (patch) | |
| tree | 6e75b16332a2b25757bc8d6eb07cc45409907831 /docs | |
| parent | 9063e6ed39c3dadbef8545b34ab62ce037c94d96 (diff) | |
[1.7.x] Added Python 3.4 to list of supported version in docs/intro/install.txt
Backport of a1fa6fcabc from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/install.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index 1d58b5dc3f..4894512832 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -10,8 +10,8 @@ Install Python -------------- Being a Python Web framework, Django requires Python. It works with Python 2.7, -3.2 or 3.3. All these versions of Python include a lightweight database called -SQLite_ so you won't need to set up a database just yet. +3.2, 3.3, or 3.4. All these versions of Python include a lightweight database +called SQLite_ so you won't need to set up a database just yet. .. _sqlite: http://sqlite.org/ |
