| Age | Commit message (Expand) | Author |
| 2012-10-29 | Fix slug based put as create test | Tom Christie |
| 2012-10-29 | Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f... | Tom Christie |
| 2012-10-29 | Fixes for urls with suffixes | Tom Christie |
| 2012-10-29 | PUT as create should return 200 | Tom Christie |
| 2012-10-29 | Merge pull request #331 from markotibold/test_put_as_create | Tom Christie |
| 2012-10-29 | Style tweaks | Tom Christie |
| 2012-10-29 | Deal with None and missing values | Tom Christie |
| 2012-10-29 | Fix up login styling | Tom Christie |
| 2012-10-29 | Fix breadcrumbs | Tom Christie |
| 2012-10-28 | Remove recursion detection | Tom Christie |
| 2012-10-28 | nested -> depth | Tom Christie |
| 2012-10-28 | readonly -> read_only | Tom Christie |
| 2012-10-28 | Get the correct instance | Marko Tibold |
| 2012-10-28 | test_put_as_create_on_id_based_url should check for a created-response. | Marko Tibold |
| 2012-10-28 | Merge pull request #330 from tomchristie/tutorial-refactor | Tom Christie |
| 2012-10-28 | Merge pull request #327 from tomchristie/allow-any-permission | Tom Christie |
| 2012-10-28 | Added wo tests. One for PUTing on a non-existing id-based url. And another fo... | Marko Tibold |
| 2012-10-28 | TemplateHTMLRenderer, StaticHTMLRenderer | Tom Christie |
| 2012-10-27 | Add AllowAny class | Tom Christie |
| 2012-10-27 | Add AllowAny permission | Tom Christie |
| 2012-10-27 | Push tests into a seperate app namespace 'rest_framework.test' | Tom Christie |
| 2012-10-27 | pep8 | Tom Christie |
| 2012-10-26 | Fix failing 'default' on ModelSerializer | Tom Christie |
| 2012-10-26 | Whitespace | Tom Christie |
| 2012-10-26 | Object-level permissions respected by Browseable API | Tom Christie |
| 2012-10-26 | Choice fields from ModelSerializer. | Tom Christie |
| 2012-10-26 | Drop resources from codebase since implementation is only partial (Created re... | Tom Christie |
| 2012-10-25 | Merge pull request #320 from j4mie/split-generic-views | Tom Christie |
| 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 | Split concrete generic views up into separate bits of functionality | Jamie Matthews |
| 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 commit '95a670de41a246777bc1e448dca8cc576b7b86ea' into BrowsableAPIRend... | Marko Tibold |
| 2012-10-22 | Merge field changes: .default and .widget | 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 | 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 |