| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-23 | Merge pull request #181 from flashingpumpkin/master | Tom Christie | |
| Maintain a reference to the parent/root serializer | |||
| 2012-08-13 | Don't ever return the normal serializer again. | Alen Mujezinovic | |
| 2012-06-28 | Don't bork if request attribute is not set. | Tom Christie | |
| 2012-06-26 | Pass request to related serializers | Sean C. Farley | |
| Related serializers may need access to the request to properly serialize a child resource. For example, reverse() in djangorestframework.reverse uses request if available to return an absolute URL. While the parent resource has access to the request to generate the absolute URL, the child resource does not. | |||
| 2012-05-22 | Allow RawQuerySet serialization | Max Arnold | |
| 2012-03-01 | Whoops. Adding the .parent attribute to the Serializer class broke | Alen Mujezinovic | |
| getattr(self,'parent',self). This fixes it. | |||
| 2012-03-01 | Added a .parent attribute to the Serializer object for documentation | Alen Mujezinovic | |
| purposes | |||
| 2012-03-01 | Maintain a reference to the parent serializer when descending down into fields | Alen Mujezinovic | |
| 2012-02-23 | Fix for #178. | Shawn Lewis | |
| Related serializers passed in via include now work as expected. | |||
| 2012-02-21 | Gotta love dynamic languages | Tom Christie | |
| 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 | |||
