summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-16 06:41:48 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-16 06:41:48 +0000
commit810ed2b22be663660d2ad56a43357c9a0378d7df (patch)
treee746221df018689bc2303386c4bc0717fb832d62 /docs
parent842ceb5fe6758b54a22594f120f8180a902fe1cc (diff)
Fixed #14118 -- Removed a reference to the "Python" serializer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/serialization.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/topics/serialization.txt b/docs/topics/serialization.txt
index b99a3b925e..ef799be6db 100644
--- a/docs/topics/serialization.txt
+++ b/docs/topics/serialization.txt
@@ -141,10 +141,6 @@ to install third-party Python modules:
``json`` Serializes to and from JSON_ (using a version of simplejson_
bundled with Django).
- ``python`` Translates to and from "simple" Python objects (lists, dicts,
- strings, etc.). Not really all that useful on its own, but
- used as a base for other serializers.
-
``yaml`` Serializes to YAML (YAML Ain't a Markup Language). This
serializer is only available if PyYAML_ is installed.
========== ==============================================================