aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/serializers.md
AgeCommit message (Expand)Author
2014-08-08docs: added reference to gis serializerFederico Capoano
2014-07-30Add django-rest-framework-mongoengine link. Closes #1722 Closes #1562 Closes ...Tom Christie
2014-06-10Fix #1614 - Corrected reference to serializers.CharFieldGreg Barker
2014-05-15Typo fix.Giorgos Logiotatidis
2014-02-21Minor docs example fixCharlie Denton
2014-02-18fix(docs): fix code indentation in serializers.mdSaurabh Kumar
2014-01-14More HyperlinkedModelSerializer docsTom Christie
2014-01-14Added write_only and write_only_fields. Refs #1306Tom Christie
2014-01-10serializers.md: Fix typosPaul Melnikow
2013-12-09Fix typo "Not" -> "Note"Ian
2013-10-09Merge pull request #1071 from craigds/field-transform-methodsCarlton Gibson
2013-10-03Drop erronous left-over bit of docs. Closes #1147Tom Christie
2013-10-03docs: add paragraph on transform_fieldname methodsCraig de Stigter
2013-09-04Tiny typo fixTyler Hayes
2013-08-23Merge branch 'display-nested-data' into html-form-rendererTom Christie
2013-08-21Include import paths throughout docs.Tom Christie
2013-08-07Fixed typos in a bunch of docsVeronica Lynn
2013-07-14Fix docs typoMark Aaron Shirley
2013-07-14Update nested serialization docsMark Aaron Shirley
2013-07-11Add note on ModelSerializer validation of both model fields and serializer fi...Tom Christie
2013-07-04Minor docs additionTom Christie
2013-07-04Add section on dynamically modifying fields. Refs #958Tom Christie
2013-06-28Merge branch 'master' into writable-nested-modelserializerTom Christie
2013-06-12Changes 'python' to 'Python' when used in prose.Toby Champion
2013-06-10Better docs related to lookup_field and hyperlinked serializers. Closes #920.Tom Christie
2013-06-05Update serializers.mdgnunamed
2013-06-05Merge masterTom Christie
2013-05-28Fix md formatting and typosStephan Groß
2013-05-28Fixed typosPascal Borreli
2013-05-08Merge remote-tracking branch 'upstream/master' into writable-nested-modelseri...Mark Aaron Shirley
2013-05-05Merge masterTom Christie
2013-05-05docs, docs, docsTom Christie
2013-05-01Example and spelling fixes. Change "browseable" to "browsable" for consistency.Victor Shih
2013-04-30Drop out attributeTom Christie
2013-04-16Merge remote-tracking branch 'upstream/master' into writable-nested-modelseri...Mark Aaron Shirley
2013-04-10Update docs with allow_add_removeMark Aaron Shirley
2013-03-30Spelling/grammar fixes.Victor Shih
2013-03-26Version 2.2.52.2.5Tom Christie
2013-03-25Docs fixTom Christie
2013-03-25Bulk update, allow_add_remove flagTom Christie
2013-03-22Bit of extra tidying and plenty of docsTom Christie
2013-03-19Basic bulk create and bulk updateTom Christie
2013-03-17Fix serializer restore_object example for partial updatesTom Christie
2013-03-17Extra note on methodTom Christie
2013-03-17Fix text regarding serializer error messages.Tom Christie
2013-03-08Errors during deserializing lists now return a list of tuples withIan Dash
2013-02-23TODO -> TODONETom Christie
2013-02-12Docs on serializer context.Tom Christie
2013-02-12Document serializing querysetsTom Christie
2013-01-29Docs tweaks.Tom Christie