Author: russellm
Date: 2010-08-16 01:51:15 -0500 (Mon, 16 Aug 2010)
New Revision: 13596
Modified:
django/branches/releases/1.2.X/docs/topics/serialization.txt
Log:
[1.2.X] Fixed #14118 -- Removed a reference to the "Python" serializer.
Backport of r13595 from trunk.
Modified: django/branches/releases/1.2.X/docs/topics/serialization.txt
===================================================================
--- django/branches/releases/1.2.X/docs/topics/serialization.txt
2010-08-16 06:41:48 UTC (rev 13595)
+++ django/branches/releases/1.2.X/docs/topics/serialization.txt
2010-08-16 06:51:15 UTC (rev 13596)
@@ -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.