summaryrefslogtreecommitdiff
path: root/docs/serialization.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-08-03Fixed a few long lines and removed trailing whitespace.Gary Wilson Jr
2008-08-03Removed two-year-old note about serialization framework being under heavy dev...Gary Wilson Jr
2008-06-09Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ...Russell Keith-Magee
2008-05-24Fixed #7300 -- Corrected description of YAML in the serialization docs. Thank...Russell Keith-Magee
2008-02-18Fixed a few errors in the documentation. Thanks, Matthew Flanagan, panni@frag...Malcolm Tredinnick
2007-12-01Edited docs/serialization.txt changes from [6645]Adrian Holovaty
2007-11-04Fixed #5868 -- Provided an example of how to extend simplejson to serializeMalcolm Tredinnick
2007-07-01Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.Adrian Holovaty
2007-06-01Small grammar fixes to docs/serialization.txt changes from [5409]Adrian Holovaty
2007-06-01Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...Russell Keith-Magee
2007-05-08Fixed #4042 -- Fixed typo in serialization example. Thanks, Vinay Sajip.Malcolm Tredinnick
2007-04-24Fixed #4133 -- Fixed broken links in docs. Thanks, Gary WilsonAdrian Holovaty
2007-03-22Fixed #3772 -- Minor fix to serialization docs. Thanks, SmileyChris.Russell Keith-Magee
2006-09-25Proofread changes to docs/serialization.txt from [3795]Adrian Holovaty
2006-09-22Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh.Malcolm Tredinnick
2006-06-29Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss
2006-06-28Added initial cut at serialization framework, along with some basic tests and...Jacob Kaplan-Moss