| Age | Commit message (Expand) | Author |
| 2012-10-25 | Rework generic view class names | Jamie Matthews |
| 2012-10-25 | Re-add implementation of multiple-operation generic views to remove diamond i... | Jamie Matthews |
| 2012-10-25 | Add pre_save hook in generic views | Tom Christie |
| 2012-10-25 | Merge branch 'restframework2' into split-generic-views | Jamie Matthews |
| 2012-10-24 | Fix ModelSerializer logic for fields with default value, which should have re... | Tom Christie |
| 2012-10-24 | Added @diviei - Thanks! | Tom Christie |
| 2012-10-24 | Fix typo reported by @diviei | Tom Christie |
| 2012-10-24 | Split concrete generic views up into separate bits of functionality | Jamie Matthews |
| 2012-10-24 | Merge pull request #318 from j4mie/field-validation | Tom Christie |
| 2012-10-24 | Move per-field and cross-field validation into a single method | Jamie Matthews |
| 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 | Merge pull request #315 from Roarster/emptymanytomany | Tom Christie |
| 2012-10-22 | #314 Fix for manytomany field being required in the payload even though the f... | Ian Strachan |
| 2012-10-22 | Merge pull request #312 from markotibold/BrowsableAPIRenderer | Tom Christie |
| 2012-10-22 | Update docs/api-guide/fields.md | Marko Tibold |
| 2012-10-22 | Merge commit '95a670de41a246777bc1e448dca8cc576b7b86ea' into BrowsableAPIRend... | 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 | Refactoring BrowsableAPIRenderer | Marko Tibold |
| 2012-10-21 | Remove redundant check if method=='DELETE' | Marko Tibold |
| 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 | Use two seperate exceptions - `AuthenticationFailed`, and `NotAuthenticated` | Tom Christie |