| Age | Commit message (Expand) | Author |
| 2012-09-20 | Remove old 'djangorestframework directories | Tom Christie |
| 2012-09-04 | Refactored throttling | Tom Christie |
| 2012-09-03 | Added the api_view decorator | Tom Christie |
| 2012-09-03 | Parsers may return raw data, or a DataAndFiles object | Tom Christie |
| 2012-08-28 | Added serializers and fields | Tom Christie |
| 2012-08-25 | Add ParseError (Removing ImmediateResponse) | Tom Christie |
| 2012-04-11 | Merge with master | Tom Christie |
| 2012-02-25 | Massive merge | Tom Christie |
| 2012-02-22 | Properly catch MultiPartParserError during .parse() | Tom Christie |
| 2012-02-22 | let the XML parser fail gracefully on malformed XML | Can Yavuz |
| 2012-02-21 | Fix YAML parser bug | Tom Christie |
| 2012-02-10 | made suggested fixes | Sébastien Piquemal |
| 2012-02-07 | cleaned Request/Response/mixins to have similar interface | Sébastien Piquemal |
| 2012-02-07 | cleaned a bit Response/ResponseMixin code, added some documentation + renamed... | Sébastien Piquemal |
| 2012-02-02 | Response as a subclass of HttpResponse - first draft, not quite there yet. | Sébastien Piquemal |
| 2012-01-22 | .DATA, .FILES, overloaded HTTP method, content type and content available dir... | Sébastien Piquemal |
| 2012-01-21 | pep8/pyflakes cleanup | Tom Christie |
| 2012-01-18 | Docstring/whitespace fixes. | Ben Timby |
| 2012-01-12 | correct complex data xml parsing | Michele Lazzeri |
| 2012-01-11 | recursive xml parsing | Michele Lazzeri |
| 2012-01-11 | recursive xml parsing | Michele Lazzeri |
| 2012-01-11 | Revert "update author" | Michele Lazzeri |
| 2012-01-11 | recursive xml parsing | Michele Lazzeri |
| 2012-01-11 | Revert "update author" | Michele Lazzeri |
| 2012-01-11 | update author | Michele Lazzeri |
| 2012-01-11 | Replace tab with spaces. | Tom Christie |
| 2011-12-29 | whitespace fixes | Tom Christie |
| 2011-12-11 | add xml parser | Craig Blaszczyk |
| 2011-07-02 | Picky. :) | Tom Christie |
| 2011-07-02 | Fixed YAMLParser = None | Jens Alm |
| 2011-07-02 | Sloppy copy-pasting... | Jens Alm |
| 2011-07-02 | parsers.DEFAULT_PARSERS added to be consistent with renderers.DEFAULT_RENDERERS | Jens Alm |
| 2011-07-01 | pull in markos changes, minor tweaks to yaml stuff | Tom Christie |
| 2011-06-29 | return 400 BAD REQUEST rather than Django traceback/500 error on failed multi... | Andrew Straw |
| 2011-06-26 | Very basic YAML support. Probably needs some tweaking, and definitely needs t... | markotibold |
| 2011-06-09 | Removed unused imports | Alen Mujezinovic |
| 2011-06-09 | Returning the dict from `parse_qs` in `FormParser` fails on forms. | Alen Mujezinovic |
| 2011-05-24 | Renderers can now cope with parameterised args. ResponseMixin gets cleaned u... | Tom Christie |
| 2011-05-19 | Merge in marko's doc markup | Tom Christie |
| 2011-05-19 | data flattening needs to go into resource | Tom Christie |
| 2011-05-18 | Most of the actual work so far has been markup really. | markotibold |
| 2011-05-13 | cleanup | Tom Christie |
| 2011-05-12 | refactoring resource specfic stuff into ResourceMixin - validators now defunct | Tom Christie |
| 2011-05-10 | Getting the API into shape | Tom Christie |
| 2011-04-29 | More refactoring - move various less core stuff into utils etc | Tom Christie |
| 2011-04-27 | Urg. Fix broken merging. | Tom Christie |
| 2011-04-27 | Merge previous checkins | Tom Christie |
| 2011-04-26 | Fixes #35 - Import json from django's built-in package (Does cleverness in de... | tom christie tom@tomchristie.com |
| 2011-04-25 | Fix some compat issues with json/simplejson | Tom Christie |
| 2011-04-11 | Rename mixins into Mixin class, rename ResponseException to ErrorResponse, re... | Tom Christie |