Author: adrian
Date: 2011-04-02 14:49:39 -0700 (Sat, 02 Apr 2011)
New Revision: 16007

Modified:
   django/trunk/docs/faq/install.txt
Log:
Fixed a comma splice in docs/faq/install.txt from [16004]

Modified: django/trunk/docs/faq/install.txt
===================================================================
--- django/trunk/docs/faq/install.txt   2011-04-02 21:46:28 UTC (rev 16006)
+++ django/trunk/docs/faq/install.txt   2011-04-02 21:49:39 UTC (rev 16007)
@@ -70,12 +70,15 @@
 Can I use Django with Python 2.4?
 ---------------------------------
 
-Django 1.3 (and earlier) supported Python 2.4. Django 1.4 (not released yet)
-and newer will require Python 2.5 or greater (but no 3.x, see the next 
question.)
+As of Django 1.4, no.
 
-We highly recommend you upgrade Python if at all possible, but Django 1.3.x
-will continue to support Python 2.4.
+Django 1.3 and earlier supported Python 2.4. Django 1.4 (the current 
development
+version, which hasn't been officially released) and newer version require
+Python 2.5 or greater (but not 3.x; see the next question.)
 
+We highly recommend you upgrade Python if possible, but Django 1.3.x will
+continue to support Python 2.4.
+
 Can I use Django with Python 3?
 -------------------------------
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to