Author: russellm
Date: 2010-08-16 01:41:48 -0500 (Mon, 16 Aug 2010)
New Revision: 13595
Modified:
django/trunk/docs/topics/serialization.txt
Log:
Fixed #14118 -- Removed a reference to the "Python" serializer.
Modified: django/trunk/docs/topics/serialization.txt
===================================================================
--- django/trunk/docs/topics/serialization.txt 2010-08-16 04:42:44 UTC (rev
13594)
+++ django/trunk/docs/topics/serialization.txt 2010-08-16 06:41:48 UTC (rev
13595)
@@ -141,10 +141,6 @@
``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.
========== ==============================================================
--
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.