aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/serializer.py
AgeCommit message (Expand)Author
2012-01-21pep8/pyflakes cleanupTom Christie
2012-01-10fixed issue#73 and added a testSébastien Piquemal
2012-01-09Make a nested if flatEwoud Kohl van Wijngaarden
2011-12-29whitespace fixesTom Christie
2011-12-13fix for unhandled _SkipField exception in Serializer.serialize_modelMarco Westerhof
2011-09-29Make sure to check for "is not None" so that depth=0 gets assigned properly. ...Tom Christie
2011-07-06fixed a bug in serializersSébastien Piquemal
2011-07-04debugged serializersSébastien Piquemal
2011-07-01Fix bitbucket issue 39. All further issues should be on githubTom Christie
2011-06-21Decimals are a protected_type - let's leave them up to the renderer to deal withTom Christie
2011-06-15Allow related models to be fully serializedTom Christie
2011-06-14Support for nesting resources etc...Tom Christie