Fixed #7300 -- Corrected description of YAML in the serialization docs. Thanks for the report, Allan Douglas <allandouglas@gmail.com>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
23e474510a
commit
331768681f
|
@ -112,7 +112,7 @@ Django "ships" with a few included serializers:
|
||||||
strings, etc.). Not really all that useful on its own, but
|
strings, etc.). Not really all that useful on its own, but
|
||||||
used as a base for other serializers.
|
used as a base for other serializers.
|
||||||
|
|
||||||
``yaml`` Serializes to YAML (Yet Another Markup Lanuage). 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.
|
||||||
========== ==============================================================
|
========== ==============================================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue