| Age | Commit message (Expand) | Author |
| 2012-10-19 | docs, docs, docs, docs, docs, docs, docs | Tom Christie |
| 2012-10-18 | Added tests for dotted notation in serializer field source | Ian Strachan |
| 2012-10-18 | Apply readonly on RelatedField | Tom Christie |
| 2012-10-18 | Allow callables in dotted notation like Field(source='foo.bar') | 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 | Make default field check safe for boolean values whereby 'False' may be an ac... | Rob Dobson |
| 2012-10-17 | Typo in class name | eofs |
| 2012-10-16 | Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f... | Tom Christie |
| 2012-10-15 | Merge pull request #296 from ulmus/restframework2 | Tom Christie |
| 2012-10-15 | Explicit CSRF failure message. Fixes #60. | Tom Christie |
| 2012-10-15 | Tweak parsers to take parser_context | Tom Christie |
| 2012-10-15 | Removed serializer.TextField and related tests | Jens Alm |
| 2012-10-15 | Added docs, integer fields and refactored models.TextField to use CharField | Jens Alm |
| 2012-10-15 | Revert "Support for request-based queryset limits on ListModelMixin" | Jens Alm |
| 2012-10-15 | Support for request-based queryset limits on ListModelMixin | Jens Alm |
| 2012-10-15 | Added tests for TextField | Jens Alm |
| 2012-10-15 | Added TextField to recognized fields | Jens Alm |
| 2012-10-14 | Documentation for parsers | Tom Christie |
| 2012-10-13 | Improve documentation for Requests | Tom Christie |
| 2012-10-11 | Sanitise JSON error messages | Tom Christie |
| 2012-10-10 | Don't fail when no data provided | Tom Christie |
| 2012-10-10 | Fix session auth | Tom Christie |
| 2012-10-10 | Fix yaml rendering | Tom Christie |
| 2012-10-10 | Tidy up APISettings object to not rely on module state | Tom Christie |
| 2012-10-10 | Fix key ordering in json. (sort if it's a sorted dictc representation, or no... | 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-10 | api_key -> auth_token to avoid TastyPie conflict | Tom Christie |
| 2012-10-10 | Remove 'tut 6 - resources' from the docs, since it doesn't exist yet | Tom Christie |
| 2012-10-09 | Add 'to_many' flag in get_related_field | Tom Christie |
| 2012-10-09 | Add flag in get_related_field | Tom Christie |
| 2012-10-09 | Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows... | Tom Christie |
| 2012-10-09 | Flesh out quickstart guide and make some style tweaks | Tom Christie |
| 2012-10-09 | Fix browseable API form display error for authenticated permissions | Tom Christie |
| 2012-10-09 | Added quickstart guide | Tom Christie |
| 2012-10-09 | Remove Field handling relations/relationship managers - use RelatedField/Many... | Tom Christie |
| 2012-10-09 | Tweak authtoken | Tom Christie |
| 2012-10-09 | Function based views get proper naming in browseable API | Tom Christie |
| 2012-10-08 | Fix issue where required fields were not being properly validated. Also make... | Tom Christie |
| 2012-10-08 | Fix fiddly content-overloading bug | Tom Christie |
| 2012-10-08 | Add RetrieveDestroyAPIView and remove Metadata mixin | Tom Christie |
| 2012-10-08 | Fix #285 | Tom Christie |
| 2012-10-08 | Adding migration and changelog docs | Tom Christie |
| 2012-10-05 | Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f... | Tom Christie |
| 2012-10-05 | Remove unused test file | Tom Christie |
| 2012-10-05 | Merge pull request #284 from maximilianhurl/doc-styles | Tom Christie |