From fed25f1105ff0d5fe46cd217b29371ee7f1907f2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 24 Nov 2014 08:34:02 -0500 Subject: Removed compatibility with Python 3.2. --- docs/faq/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/faq') diff --git a/docs/faq/install.txt b/docs/faq/install.txt index 14e7d8b995..a2520d71dd 100644 --- a/docs/faq/install.txt +++ b/docs/faq/install.txt @@ -16,7 +16,7 @@ How do I get started? What are Django's prerequisites? -------------------------------- -Django requires Python, specifically Python 2.7 or 3.2 and above. Other Python +Django requires Python, specifically Python 2.7 or 3.3 and above. Other Python libraries may be required for some uses, but you'll receive an error about it as they're needed. -- cgit v1.3