summaryrefslogtreecommitdiff
path: root/docs/serialization.txt
AgeCommit message (Collapse)Author
2008-08-23Massive reorganization of the docs. See the new docs online at ↵Jacob Kaplan-Moss
http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-03Fixed a few long lines and removed trailing whitespace.Gary Wilson Jr
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-03Removed two-year-old note about serialization framework being under heavy ↵Gary Wilson Jr
development. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8203 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-09Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ↵Russell Keith-Magee
had multiple problems: * Serializers were including all superclass fields in their output. Now only local fields are included. * Implicit OneToOne primary keys were not correctly added to the metamodel, so they were always marked to be serialized, even though they were primary * Model saving was too aggressive about creating new parent class instances during deserialization. Raw save on a model now skips saving of the parent class. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7600 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-24Fixed #7300 -- Corrected description of YAML in the serialization docs. ↵Russell Keith-Magee
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
2008-02-18Fixed a few errors in the documentation. Thanks, Matthew Flanagan, ↵Malcolm Tredinnick
panni@fragstore.net and adamv. Fixed #6411, #6426, #6524, #6555. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-01Edited docs/serialization.txt changes from [6645]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-04Fixed #5868 -- Provided an example of how to extend simplejson to serializeMalcolm Tredinnick
lazy translation objects for those who want to use it directly. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-01Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Small grammar fixes to docs/serialization.txt changes from [5409]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ↵Russell Keith-Magee
serializer. Also added documenation for the 'fields' argument. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5409 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-08Fixed #4042 -- Fixed typo in serialization example. Thanks, Vinay Sajip.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5165 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-24Fixed #4133 -- Fixed broken links in docs. Thanks, Gary WilsonAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-22Fixed #3772 -- Minor fix to serialization docs. Thanks, SmileyChris.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4775 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-25Proofread changes to docs/serialization.txt from [3795]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-29Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-28Added initial cut at serialization framework, along with some basic tests ↵Jacob Kaplan-Moss
and a stab at some docs. This is all a bit rough right now, so expect some bumps. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3225 bcc190cf-cafb-0310-a4f2-bffc1f526a37