diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-07-05 17:19:52 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-07-05 17:19:52 +0000 |
| commit | 9d0b9ad85e472dfdf6dc157e66b32e160b3c4643 (patch) | |
| tree | e6c7e1627a328c8e1b7cdb5c05c1fe5ee9e49c2b /docs/topics | |
| parent | 0f34c3dbf4544438833b3f0c5fd9670e5ffcceff (diff) | |
Doc updates missed in [13423]
Refs #13880
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13425 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/serialization.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/serialization.txt b/docs/topics/serialization.txt index 1cf8e86462..c5155107f0 100644 --- a/docs/topics/serialization.txt +++ b/docs/topics/serialization.txt @@ -169,7 +169,7 @@ For example:: 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 |
