Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Stopped branding Python 3 support as experimental.
Browse files Browse the repository at this point in the history
Forward-port of 0de21a6 from stable/1.6.x.
  • Loading branch information
aaugustin committed Jul 1, 2013
1 parent 8b8b2f2 commit 3fd8eb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions docs/intro/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ that'll work while you walk through the introduction.
Install Python
--------------

Being a Python Web framework, Django requires Python. It works with any Python
version from 2.6.5 to 2.7. It also features experimental support for versions
3.2 and 3.3. All these versions of Python include a lightweight database
Being a Python Web framework, Django requires Python. It works with Python 2.6,
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.

.. _sqlite: http://sqlite.org/
Expand Down
6 changes: 2 additions & 4 deletions docs/topics/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ This document will get you up and running with Django.
Install Python
==============

Being a Python Web framework, Django requires Python.

It works with any Python version from 2.6.5 to 2.7. It also features
experimental support for versions from 3.2.3 to 3.3.
Being a Python Web framework, Django requires Python. It works with Python 2.6,
2.7, 3.2 or 3.3.

Get Python at http://www.python.org. If you're running Linux or Mac OS X, you
probably already have it installed.
Expand Down

0 comments on commit 3fd8eb1

Please sign in to comment.