aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/serializers.md
AgeCommit message (Expand)Author
2015-03-07Remove docs for 3.0 bannersJosé Padilla
2015-02-06Minor cleanups/improvements to ModelSerializer APITom Christie
2015-01-05Merge branch 'master' into version-3.1Tom Christie
2014-12-26Typo manger => managerRocky Meza
2014-12-19Final bits of docs for ModelSerializer fields APImodel-serializer-apiTom Christie
2014-12-19Stub out the documentationTom Christie
2014-12-17Docs/tutorial import fixes. Refs #2296Tymur Maryokhin
2014-12-17Serializer API restrictions.Tom Christie
2014-12-05Minor docs tweaksTom Christie
2014-12-05Merge pull request #2204 from carltongibson/default-docs-fixTom Christie
2014-12-05user in example should have been instance. Closees #2191.Tom Christie
2014-12-04Add missing definite articleCarlton Gibson
2014-12-04Initial link from Serializers to ValidatorsCarlton Gibson
2014-12-02Updated serializers documentationMatías Lang
2014-12-02fix typoDavid Ray
2014-12-02Promote 'many_init' to public API. Closes #2152.Tom Christie
2014-11-28Finalizing 3.0 release notesTom Christie
2014-11-28Add 2.x notes and linksTom Christie
2014-11-28Docs on nested creates/updates and suchlikeTom Christie
2014-11-28Moar docs. Amazing.Tom Christie
2014-11-273.0 serializer docsTom Christie
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2014-11-03Add docs on Meta inheritance. Closes #1926.Tom Christie
2014-08-25docs: added HStoreSerializer to third party serializersFederico Capoano
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