| Age | Commit message (Expand) | Author |
| 2012-09-20 | Remove old 'djangorestframework directories | Tom Christie |
| 2012-09-14 | Cleaner content negotiation. Occurs after permissions. Optional 'force' flag. | Tom Christie |
| 2012-09-14 | Simplify content_negotiation slightly | Tom Christie |
| 2012-09-14 | Moved content negotiation out of response. Nicer exception handling now. | Tom Christie |
| 2012-09-14 | Wrap more cleanly | Tom Christie |
| 2012-09-13 | Improve throttles and docs | Tom Christie |
| 2012-09-11 | Better naming for properties on views, requests and responses | Jamie Matthews |
| 2012-09-07 | Basic support for format suffixes | Tom Christie |
| 2012-09-06 | Move generic views into seperate module | Tom Christie |
| 2012-09-06 | Refactoring some basics | Tom Christie |
| 2012-09-05 | Minor tweaks | Tom Christie |
| 2012-09-04 | Refactored throttling | Tom Christie |
| 2012-09-04 | Bits of cleanup | Tom Christie |
| 2012-09-03 | First pass at mixins & generic views | Tom Christie |
| 2012-09-03 | View -> APIView | Tom Christie |
| 2012-09-03 | Fixes to APIView | Tom Christie |
| 2012-09-03 | Added the api_view decorator | Tom Christie |
| 2012-09-01 | REST framework 2 docs | Tom Christie |
| 2012-08-26 | Drop ImmediateResponse | Tom Christie |
| 2012-08-26 | Remove 405 method not allowed ImmediateResponse | Tom Christie |
| 2012-08-25 | Removing 403 immediate response | Tom Christie |
| 2012-08-25 | Add ParseError (Removing ImmediateResponse) | Tom Christie |
| 2012-08-24 | Drop out resources & mixins | Tom Christie |
| 2012-08-24 | Remove PermissionsMixin | Tom Christie |
| 2012-08-24 | Remove RequestMixinx / ReponseMixin | Tom Christie |
| 2012-04-11 | Merge work from sebpiq | Tom Christie |
| 2012-02-25 | Massive merge | Tom Christie |
| 2012-02-23 | authentication refactor : request.user + tests pass | Sébastien Piquemal |
| 2012-02-21 | Merging master into develop | Tom Christie |
| 2012-02-20 | Some cleanup | Tom Christie |
| 2012-02-10 | made suggested fixes | Sébastien Piquemal |
| 2012-02-07 | modified examples, somethin' still broken, can't find what | 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-02-02 | merged with trunk's master | Sébastien Piquemal |
| 2012-01-28 | Tidy up auto-escaping. | Tom Christie |
| 2012-01-25 | Refactoring get_name/get_description | Tom Christie |
| 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-18 | Docstring/whitespace fixes. | Ben Timby |
| 2012-01-11 | Remove explicit handling of 'OPTIONS' method, just raise the response, rather... | Tom Christie |
| 2012-01-11 | Some minor tidy up | Tom Christie |
| 2012-01-10 | Introduce a final methods in View class | Benoit C |
| 2012-01-04 | Only set the script_prefix if the prefix isn't already a full URL. | Mjumbe Poe |
| 2011-12-12 | Typo. | Tom Christie |
| 2011-12-09 | Merge meurig's absolute_url fix. | Tom Christie |
| 2011-10-31 | whitespace fix | Meurig Freeman |