aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/serializer.py
AgeCommit message (Collapse)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
This is a possible fix for issue #73. The problem occurs when the first if-statement is true, but the second is not. This results into the variable obj not being set. This commit solves it by removing that branch.
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
Thanks thomasst.
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
--HG-- rename : djangorestframework/tests/resources.py => djangorestframework/tests/serializer.py