aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/serializers.md
AgeCommit message (Collapse)Author
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 ↵Mark Aaron Shirley
writable-nested-modelserializer Conflicts: rest_framework/tests/relations_nested.py
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 ↵Mark Aaron Shirley
writable-nested-modelserializer Conflicts: docs/api-guide/serializers.md
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
Closes #734.
2013-03-08Errors during deserializing lists now return a list of tuples withIan Dash
index of bad item in data plus usual errors dict
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
2012-12-29Tweak quoteTom Christie
2012-12-28Add .validate() exampleTom Christie
2012-11-21Merge remote-tracking branch 'upstream/master' into partial-updateMark Aaron Shirley
2012-11-21updated comparison due to pep8 programming recommendationsStephan Groß
http://www.python.org/dev/peps/pep-0008/#programming-recommendations
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