| Age | Commit message (Expand) | Author |
| 2012-10-21 | Fixing spelling errors. | Marko Tibold |
| 2012-10-19 | docs, docs, docs, docs, docs, docs, docs | Tom Christie |
| 2012-10-18 | Merge pull request #304 from tomchristie/consitent_settings | Tom Christie |
| 2012-10-18 | Minor docs fix | Tom Christie |
| 2012-10-17 | Make settings consistent with corrosponding view attributes | Tom Christie |
| 2012-10-17 | Negotiation API finalized. .select_renderers and .select_parsers | Tom Christie |
| 2012-10-17 | Added `media_type` to `.parse()` - Consistency with renderer API. | Tom Christie |
| 2012-10-17 | parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` and... | Tom Christie |
| 2012-10-17 | Drop .parse_string_or_stream() - keep API minimal. | Tom Christie |
| 2012-10-17 | Split up doc sections more cleanly | Tom Christie |
| 2012-10-15 | Tweak parsers to take parser_context | Tom Christie |
| 2012-10-15 | Added docs, integer fields and refactored models.TextField to use CharField | Jens Alm |
| 2012-10-14 | Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f... | Tom Christie |
| 2012-10-14 | Documentation for parsers | Tom Christie |
| 2012-10-14 | Work on docs | Tom Christie |
| 2012-10-13 | Fix typo | Tom Christie |
| 2012-10-13 | Fix typo | Tom Christie |
| 2012-10-13 | Improve documentation for Requests | Tom Christie |
| 2012-10-10 | Make sure JSON output in Browseable API is nicely indented | Tom Christie |
| 2012-10-10 | Permissions and throttles no longer have a view attribute on self. Explicitl... | Tom Christie |
| 2012-10-09 | Add flag in get_related_field | Tom Christie |
| 2012-10-09 | Fixed couple of incorrect imports in the docs | Tom Christie |
| 2012-10-09 | Docs tweaks | Tom Christie |
| 2012-10-09 | Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows... | Tom Christie |
| 2012-10-08 | Docs tweaks | Tom Christie |
| 2012-10-08 | Add RetrieveDestroyAPIView and remove Metadata mixin | Tom Christie |
| 2012-10-05 | Tweak fields docs | Tom Christie |
| 2012-10-05 | Fix django 1.3 bug | Tom Christie |
| 2012-10-05 | Doc style tweaks | Tom Christie |
| 2012-10-05 | Tweak view slightly | Tom Christie |
| 2012-10-05 | Docs tweaks | Tom Christie |
| 2012-10-05 | Tweak doc headings | Tom Christie |
| 2012-10-05 | Docs for template responses | Tom Christie |
| 2012-10-05 | HTMLTemplateRenderer working | Tom Christie |
| 2012-10-05 | Accepted media type uses most specific of client/renderer media types. | Tom Christie |
| 2012-10-04 | Abstract out the app_label on test models | Tom Christie |
| 2012-10-02 | Update view docs slightly | Tom Christie |
| 2012-10-02 | Fix bug where pk could be set in post data | Tom Christie |
| 2012-10-02 | URL overrides in settings fixed up slightly | Tom Christie |
| 2012-10-02 | Clean up docs slightly | Tom Christie |
| 2012-10-02 | Placeholder for FBV docs | Tom Christie |
| 2012-10-02 | Make example more realistic and less of a toy | Tom Christie |
| 2012-10-02 | Make 'results_field' attribute of BasePaginationSerializer public. | Tom Christie |
| 2012-10-02 | Clean up reverse docs slightly | Tom Christie |
| 2012-10-02 | Renderer documentation | Tom Christie |
| 2012-10-01 | Add example of using paginator in a view | Tom Christie |
| 2012-10-01 | Pagination docs | Tom Christie |
| 2012-10-01 | Expand pagination support, add docs | Tom Christie |
| 2012-09-30 | Docs tweaking | Tom Christie |
| 2012-09-27 | Only display forms when user has permissions. #159 | Tom Christie |