Author: lukeplant
Date: 2010-07-05 12:19:52 -0500 (Mon, 05 Jul 2010)
New Revision: 13425

Modified:
   django/trunk/docs/faq/install.txt
   django/trunk/docs/topics/serialization.txt
Log:
Doc updates missed in [13423]

Refs #13880



Modified: django/trunk/docs/faq/install.txt
===================================================================
--- django/trunk/docs/faq/install.txt   2010-07-05 17:10:58 UTC (rev 13424)
+++ django/trunk/docs/faq/install.txt   2010-07-05 17:19:52 UTC (rev 13425)
@@ -46,7 +46,7 @@
 
-----------------------------------------------------------------------------------------------
 
 Not in the core framework. Currently, Django itself officially supports any
-version of Python from 2.4 through 2.6, inclusive. However, newer versions of
+version of Python from 2.4 through 2.7, inclusive. However, newer versions of
 Python are often faster, have more features, and are better supported.
 Third-party applications for use with Django are, of course, free to set their
 own version requirements.
@@ -56,7 +56,7 @@
 (see below for details).
 
 All else being equal, we recommend that you use the latest 2.x release
-(currently Python 2.6). This will let you take advantage of the numerous
+(currently Python 2.7). This will let you take advantage of the numerous
 improvements and optimizations to the Python language since version 2.4, and
 will help ease the process of dropping support for older Python versions on
 the road to Python 3.

Modified: django/trunk/docs/topics/serialization.txt
===================================================================
--- django/trunk/docs/topics/serialization.txt  2010-07-05 17:10:58 UTC (rev 
13424)
+++ django/trunk/docs/topics/serialization.txt  2010-07-05 17:19:52 UTC (rev 
13425)
@@ -169,7 +169,7 @@
     json_serializer.serialize(queryset, ensure_ascii=False, stream=response)
 
 The Django source code includes the simplejson_ module. However, if you're
-using Python 2.6 (which includes a builtin version of the module), Django will
+using Python 2.6 or later (which includes a builtin version of the module), 
Django will
 use the builtin ``json`` module automatically. If you have a system installed
 version that includes the C-based speedup extension, or your system version is
 more recent than the version shipped with Django (currently, 2.0.7), the

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

Reply via email to