| Age | Commit message (Expand) | Author |
| 2012-10-22 | Update docs/api-guide/fields.md | Marko Tibold |
| 2012-10-22 | Merge field changes: .default and .widget | Tom Christie |
| 2012-10-22 | Merge pull request #311 from j4mie/fix-reverse-relations | Tom Christie |
| 2012-10-22 | Fix serialization of reverse relationships | Jamie Matthews |
| 2012-10-21 | Remove `initial` kwarg, add `default`. | Tom Christie |
| 2012-10-21 | Minor docs tweaks | Tom Christie |
| 2012-10-21 | Merge pull request #308 from markotibold/docs-edits | Daniel Sokolowski |
| 2012-10-21 | Changed IsAdmin -> IsAdminUser in example | Marko Tibold |
| 2012-10-21 | Fixing spelling errors. | Marko Tibold |
| 2012-10-19 | docs, docs, docs, docs, docs, docs, docs | Tom Christie |
| 2012-10-19 | Fix up widget choices | Tom Christie |
| 2012-10-19 | Drop help_text | Tom Christie |
| 2012-10-18 | Merge pull request #307 from Roarster/dotted_branch_tests | Daniel Sokolowski |
| 2012-10-18 | First pass at pastebin tutorial | 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-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 | Merge pull request #303 from tomchristie/parser_refactor | 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 | Added @rdobson. Thanks! | Tom Christie |
| 2012-10-17 | Merge pull request #302 from rdobson/restframework2 | Tom Christie |
| 2012-10-17 | Make default field check safe for boolean values whereby 'False' may be an ac... | Rob Dobson |
| 2012-10-17 | Split up doc sections more cleanly | Tom Christie |
| 2012-10-17 | Docs tweaks | Tom Christie |
| 2012-10-17 | Added @eofs. Thanks! | Tom Christie |
| 2012-10-17 | Merge pull request #298 from eofs/restframework2 | Tom Christie |
| 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 | Merge pull request #295 from ulmus/restframework2 | Tom Christie |
| 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 | 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 | Docs tweaks | Tom Christie |
| 2012-10-13 | Fix typo | Tom Christie |