| Age | Commit message (Expand) | Author | 
| 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 | 
| 2011-10-31 | make use of original prefix when generating absolute urls | Meurig Freeman | 
| 2011-07-30 | Added support for OPTIONS method, including a few unit tests | Carles Barrobés | 
| 2011-07-22 | Whitespace tweaks | Tom Christie | 
| 2011-07-22 | Whitespace tweak | Tom Christie | 
| 2011-07-02 | parsers.DEFAULT_PARSERS added to be consistent with renderers.DEFAULT_RENDERERS | Jens Alm | 
| 2011-07-02 | Fix: Crash when yaml isn't installed. | Fernando Zunino | 
| 2011-06-26 | Very basic YAML support. Probably needs some tweaking, and definitely needs t... | markotibold |