[1.2.X] Fixed #14118 -- Removed a reference to the "Python" serializer.

Backport of r13595 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-08-16 06:51:15 +00:00
parent 13953badb7
commit 1e3ed71ca6
1 changed files with 0 additions and 4 deletions

View File

@ -141,10 +141,6 @@ to install third-party Python modules:
``json`` Serializes to and from JSON_ (using a version of simplejson_ ``json`` Serializes to and from JSON_ (using a version of simplejson_
bundled with Django). 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 ``yaml`` Serializes to YAML (YAML Ain't a Markup Language). This
serializer is only available if PyYAML_ is installed. serializer is only available if PyYAML_ is installed.
========== ============================================================== ========== ==============================================================