| Age | Commit message (Expand) | Author |
| 2012-10-29 | fixed api_view decorator useage | Stephan Groß |
| 2012-10-29 | remove empty rows | Stephan Groß |
| 2012-10-29 | fix api_view decorator useage | Stephan Groß |
| 2012-10-29 | add missing whitespace | Stephan Groß |
| 2012-10-29 | fixed missplaced semicolon | Stephan Groß |
| 2012-10-29 | fixed missplaced semicolon | Stephan Groß |
| 2012-10-29 | fixed missplaced semicolon | Stephan Groß |
| 2012-10-29 | add missing semicolon | Stephan Groß |
| 2012-10-29 | add missing "`" for code formatting | Stephan Groß |
| 2012-10-29 | fixed api_view decorator useage | Stephan Groß |
| 2012-10-28 | nested -> depth | Tom Christie |
| 2012-10-28 | readonly -> read_only | Tom Christie |
| 2012-10-28 | Merge pull request #332 from tomchristie/tutorial-refactor | Tom Christie |
| 2012-10-28 | Improve fields docs | Tom Christie |
| 2012-10-28 | Merge pull request #330 from tomchristie/tutorial-refactor | Tom Christie |
| 2012-10-28 | TemplateHTMLRenderer, StaticHTMLRenderer | Tom Christie |
| 2012-10-27 | Add AllowAny permission | Tom Christie |
| 2012-10-27 | 2.0 Announcement | Tom Christie |
| 2012-10-27 | Tweaks | Tom Christie |
| 2012-10-27 | Documentation for function-based view decorators | Jamie Matthews |
| 2012-10-26 | Use context dict in HTMLRenderer | Tom Christie |
| 2012-10-26 | Fix incorrect method signature in docs | Tom Christie |
| 2012-10-25 | Fix section headings in generic views docs | Jamie Matthews |
| 2012-10-25 | Update generic view documentation | Jamie Matthews |
| 2012-10-24 | Fix typo reported by @diviei | Tom Christie |
| 2012-10-24 | Clean up internal names and documentation | Jamie Matthews |
| 2012-10-24 | Add cross-field validate method | Jamie Matthews |
| 2012-10-24 | Switch from clean_<fieldname> to validate_<fieldname>, clarify documentation | Jamie Matthews |
| 2012-10-24 | Implement per-field validation on Serializers | Jamie Matthews |
| 2012-10-22 | Update docs/api-guide/fields.md | Marko Tibold |
| 2012-10-22 | Merge field changes: .default and .widget | Tom Christie |
| 2012-10-21 | Minor docs tweaks | Tom Christie |
| 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-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 |