Skip to content

Commit

Permalink
Fixed #14118 -- Removed a reference to the "Python" serializer.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Aug 16, 2010
1 parent 842ceb5 commit 810ed2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/topics/serialization.txt
Expand Up @@ -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.
========== ==============================================================
Expand Down

0 comments on commit 810ed2b

Please sign in to comment.