From 6b1f73113ab4d651362b0a4a72512f99e13eddf1 Mon Sep 17 00:00:00 2001
From: Florian Apolloner <florian@apolloner.eu>
Date: Fri, 2 Nov 2012 10:51:10 +0100
Subject: [PATCH] [1.5.x] Documented minimal python 3.2 version.

Backport of 0d8432da552b2ddf2d2326edccae627dd05a414e from master.
---
 docs/faq/install.txt    | 8 ++++----
 docs/topics/install.txt | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index a772a379d5..a92c9d87ea 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -18,7 +18,7 @@ What are Django's prerequisites?
 
 Django requires Python, specifically Python 2.6.5 - 2.7.x. No other Python
 libraries are required for basic Django usage. Django 1.5 also has
-experimental support for Python 3.2 and above.
+experimental support for Python 3.2.3 and above.
 
 For a development environment -- if you just want to experiment with Django --
 you don't need to have a separate Web server installed; Django comes with its
@@ -69,14 +69,14 @@ Django version Python versions
 1.2            2.4, 2.5, 2.6, 2.7
 1.3            2.4, 2.5, 2.6, 2.7
 **1.4**        **2.5, 2.6, 2.7**
-*1.5 (future)* *2.6, 2.7* and *3.2, 3.3 (experimental)*
+*1.5 (future)* *2.6, 2.7* and *3.2.3, 3.3 (experimental)*
 ============== ===============
 
 Can I use Django with Python 3?
 -------------------------------
 
-Django 1.5 introduces experimental support for Python 3.2 and 3.3. However, we
-don't yet suggest that you use Django and Python 3 in production.
+Django 1.5 introduces experimental support for Python 3.2.3 and above. However,
+we don't yet suggest that you use Django and Python 3 in production.
 
 Python 3 support should be considered a "preview". It's offered to bootstrap
 the transition of the Django ecosystem to Python 3, and to help you start
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 52994ed16a..976e29beeb 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -10,7 +10,7 @@ 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.
+experimental support for versions from 3.2.3 to 3.3.
 
 Get Python at http://www.python.org. If you're running Linux or Mac OS X, you
 probably already have it installed.