mirror of
https://github.com/django/django.git
synced 2025-11-02 12:58:56 +00:00
Removed compatibility with Python 3.2.
This commit is contained in:
parent
4e65f195e1
commit
fed25f1105
12 changed files with 17 additions and 44 deletions
|
|
@ -9,9 +9,9 @@ that'll work while you walk through the introduction.
|
|||
Install Python
|
||||
--------------
|
||||
|
||||
Being a Python Web framework, Django requires Python. It works with Python 2.7,
|
||||
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.
|
||||
Being a Python Web framework, Django requires Python. It works with Python 2.7
|
||||
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.
|
||||
|
||||
.. _sqlite: http://sqlite.org/
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ tell Django is installed and which version by running the following command:
|
|||
If Django is installed, you should see the version of your installation. If it
|
||||
isn't, you'll get an error telling "No module named django".
|
||||
|
||||
This tutorial is written for Django |version| and Python 3.2 or later. If the
|
||||
This tutorial is written for Django |version| and Python 3.3 or later. If the
|
||||
Django version doesn't match, you can refer to the tutorial for your version
|
||||
of Django by using the version switcher at the bottom right corner of this
|
||||
page, or update Django to the newest version. If you are still using Python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue