| Age | Commit message (Expand) | Author |
| 2012-09-20 | Remove old 'djangorestframework directories | Tom Christie |
| 2012-09-14 | Moved content negotiation out of response. Nicer exception handling now. | Tom Christie |
| 2012-09-11 | Better naming for properties on views, requests and responses | Jamie Matthews |
| 2012-09-08 | Fix failing test. | Marko Tibold |
| 2012-09-08 | Don't fill in the form after a DELETE. | Marko Tibold |
| 2012-09-08 | `error_data` -> `errors` | Marko Tibold |
| 2012-09-08 | Fields are showing up again. Still WIP. | Marko Tibold |
| 2012-09-07 | Fixing up browseable API for rest framework 2 | Tom Christie |
| 2012-09-05 | Correct media type for jsonp | Tom Christie |
| 2012-09-03 | Support generators | Tom Christie |
| 2012-02-25 | Massive merge | Tom Christie |
| 2012-02-21 | Merging master into develop | Tom Christie |
| 2012-02-14 | fixed examples, corrected small bugs in the process | Sébastien Piquemal |
| 2012-02-10 | attempt at fixing the examples | 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-02-02 | merged with trunk's master | Sébastien Piquemal |
| 2012-01-24 | Reverted formatting | Ben Timby |
| 2012-01-23 | Refactored get_name()/get_description() | Ben Timby |
| 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-11 | Use safe_dump. Fixes #123. | Tom Christie |
| 2012-01-11 | fixes #122 | Marko Tibold |
| 2012-01-04 | #75 remove except statements which are overly broad in the exception they catch | Craig Blaszczyk |
| 2011-12-29 | whitespace fixes | Tom Christie |
| 2011-12-29 | Add JSONP. Fixes #82 | Tom Christie |
| 2011-12-19 | ADMIN_MEDIA_PREFIX is deprecated in django1.4 | Anthony Nemitz |
| 2011-07-01 | pull in markos changes, minor tweaks to yaml stuff | Tom Christie |
| 2011-06-26 | Allow .json .html .xml style urls and also allow these formats to be specifie... | Michael Fötsch |
| 2011-06-26 | Very basic YAML support. Probably needs some tweaking, and definitely needs t... | markotibold |
| 2011-06-25 | Add version to html | 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-05-27 | Allow .form specified on view. Allow get_form, put_form, post_form. Add .PA... | Tom Christie |
| 2011-05-24 | Renderers can now cope with parameterised args. ResponseMixin gets cleaned u... | Tom Christie |
| 2011-05-18 | Most of the actual work so far has been markup really. | markotibold |
| 2011-05-16 | Fixing some of the last blocking issues | Tom Christie |
| 2011-05-13 | cleanup | Tom Christie |
| 2011-05-12 | yet more API cleanup | Tom Christie |
| 2011-05-12 | refactoring resource specfic stuff into ResourceMixin - validators now defunct | Tom Christie |
| 2011-05-10 | More tests, getting new serialization into resource | Tom Christie |
| 2011-05-10 | Bits of cleanup | Tom Christie |
| 2011-05-10 | Rename resource to view in few remaining places in renderers (because that's ... | Tom Christie |
| 2011-05-10 | renderer API work | Tom Christie |
| 2011-05-10 | Getting the API into shape | Tom Christie |
| 2011-05-04 | Decouple views and resources | Tom Christie |
| 2011-05-02 | emitters -> renderers | Tom Christie |
| 2011-04-29 | More refactoring - move various less core stuff into utils etc | Tom Christie |