Django

Code

Changeset 7548

Show
Ignore:
Timestamp:
05/24/08 00:15:21 (8 months ago)
Author:
russellm
Message:

Fixed #7300 -- Corrected description of YAML in the serialization docs. Thanks for the report, Allan Douglas <allandouglas@gmail.com>.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/serialization.txt

    r7294 r7548  
    113113                used as a base for other serializers. 
    114114 
    115     ``yaml``    Serializes to YAML (Yet Another Markup Lanuage). This 
     115    ``yaml``    Serializes to YAML (YAML Ain't a Markup Language). This 
    116116                serializer is only available if PyYAML_ is installed. 
    117117    ==========  ==============================================================