1
0
mirror of https://github.com/django/django.git synced 2025-03-12 18:30:48 +00:00

[1.8.x] Fixed outdated Python version support info in docs/topics/install.txt

Backport of ebd183a18cc334e3ac57efd8e4ec09c3954196a9 from master
This commit is contained in:
Tim Graham 2015-06-17 11:27:25 -04:00
parent 9d5c45beae
commit ac518c8722
2 changed files with 4 additions and 2 deletions

View File

@ -37,6 +37,8 @@ PostgreSQL fans, and MySQL_, `SQLite 3`_, and Oracle_ are also supported.
.. _`SQLite 3`: http://www.sqlite.org/ .. _`SQLite 3`: http://www.sqlite.org/
.. _Oracle: http://www.oracle.com/ .. _Oracle: http://www.oracle.com/
.. _faq-python-version-support:
What Python version can I use with Django? What Python version can I use with Django?
------------------------------------------ ------------------------------------------

View File

@ -7,8 +7,8 @@ This document will get you up and running with Django.
Install Python Install Python
============== ==============
Being a Python Web framework, Django requires Python. It works with Python 2.7, Being a Python Web framework, Django requires Python. See
3.2 or 3.3. :ref:`faq-python-version-support` for details.
Get the latest version of Python at https://www.python.org/download/ or with Get the latest version of Python at https://www.python.org/download/ or with
your operating system's package manager. your operating system's package manager.