aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/serializers.md
AgeCommit message (Expand)Author
2012-11-21Merge remote-tracking branch 'upstream/master' into partial-updateMark Aaron Shirley
2012-11-21updated comparison due to pep8 programming recommendationsStephan Groß
2012-11-20Documentation changes for partial serializer updatesMark Aaron Shirley
2012-11-09Support for `read_only_fields` on `ModelSerializer` classesTom Christie
2012-11-06fixed typoStephan Groß
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-10-29remove empty rowsStephan Groß
2012-10-28nested -> depthTom Christie
2012-10-28readonly -> read_onlyTom Christie
2012-10-24Fix typo reported by @divieiTom Christie
2012-10-24Clean up internal names and documentationJamie Matthews
2012-10-24Add cross-field validate methodJamie Matthews
2012-10-24Switch from clean_<fieldname> to validate_<fieldname>, clarify documentationJamie Matthews
2012-10-24Implement per-field validation on SerializersJamie Matthews
2012-10-21Fixing spelling errors.Marko Tibold
2012-10-09Add flag in get_related_fieldTom Christie
2012-10-09Fixed couple of incorrect imports in the docsTom Christie
2012-10-02Fix bug where pk could be set in post dataTom Christie
2012-09-08Links to source files in docsTom Christie
2012-09-01REST framework 2 docsTom Christie