Removed compatibility with Python 3.2.

This commit is contained in:
Tim Graham 2014-11-24 08:34:02 -05:00
parent 4e65f195e1
commit fed25f1105
12 changed files with 17 additions and 44 deletions

View file

@ -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.