You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro/install.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Install Python
12
12
--------------
13
13
14
14
Being a Python Web framework, Django requires Python. It works with any Python
15
-
version from 2.4 to 2.6 (due to backwards
15
+
version from 2.4 to 2.7 (due to backwards
16
16
incompatibilities in Python 3.0, Django does not currently work with
17
17
Python 3.0; see :ref:`the Django FAQ <faq-install>` for more
18
18
information on supported Python versions and the 3.0 transition), but we recommend installing Python 2.5 or later. If you do so, you won't need to set up a database just yet: Python 2.5 or later includes a lightweight database called SQLite_.
0 commit comments