| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-21 | pep8/pyflakes cleanup | Tom Christie | |
| 2012-01-10 | fixed issue#73 and added a test | Sébastien Piquemal | |
| 2012-01-09 | Make a nested if flat | Ewoud 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-29 | whitespace fixes | Tom Christie | |
| 2011-12-13 | fix for unhandled _SkipField exception in Serializer.serialize_model | Marco Westerhof | |
| 2011-09-29 | Make sure to check for "is not None" so that depth=0 gets assigned properly. ↵ | Tom Christie | |
| Thanks thomasst. | |||
| 2011-07-06 | fixed a bug in serializers | Sébastien Piquemal | |
| 2011-07-04 | debugged serializers | Sébastien Piquemal | |
| 2011-07-01 | Fix bitbucket issue 39. All further issues should be on github | Tom Christie | |
| 2011-06-21 | Decimals are a protected_type - let's leave them up to the renderer to deal with | Tom Christie | |
| 2011-06-15 | Allow related models to be fully serialized | Tom Christie | |
| 2011-06-14 | Support for nesting resources etc... | Tom Christie | |
| --HG-- rename : djangorestframework/tests/resources.py => djangorestframework/tests/serializer.py | |||
