Changes between Initial Version and Version 1 of Ticket #13909


Ignore:
Timestamp:
Oct 13, 2010, 6:49:28 AM (14 years ago)
Author:
Gabriel Hurley
Comment:

A brief explanation and an example would be helpful, since this is a natural place for people to look for this type of information.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13909

    • Property Triage Stage UnreviewedAccepted
    • Property Summary [Enhancement] Cross-reference to "bare" json module suggested for "Serializing Django Objects"Info on using "bare" json module in "Serializing Django Objects"
  • Ticket #13909 – Description

    initial v1  
    22
    33In terms of "information scent", the page is a natural search result for [http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=django+serialization django serialization] which people could find if they are looking how to serialize JSON-like data for Ajax use. Ideally that page should cross-reference, or possibly contain, how to do basic serialization to JSON for constructions from strings/numbers/hashes/lists, particularly as what you get from serializers.get_serializer('json')() has an allergic response to being asked to serialize non-iterable data.
    4 
    5 Jonathan
    6 http://JonathansCorner.com/
Back to Top