| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-13 | Tweak throttling/permissions/auth docs | Tom Christie | |
| 2012-09-12 | Tweaks to Token auth | Tom Christie | |
| 2012-09-12 | GitHub link in toolbar | Tom Christie | |
| 2012-09-12 | Merge branch 'restframework2' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into restframework2 | |||
| 2012-09-12 | Updating docs | Tom Christie | |
| 2012-09-11 | Merge pull request #259 from j4mie/rename-properties | Tom Christie | |
| Better naming for properties on views, requests and responses | |||
| 2012-09-11 | Better naming for properties on views, requests and responses | Jamie Matthews | |
| renderers is now renderer_classes parsers is now parser_classes authentication is now authentication_classes | |||
| 2012-09-09 | Collapsing menu, travis and github badges, horizontal scrolling code on overflow | Tom Christie | |
| 2012-09-08 | Hide toc overflow | Tom Christie | |
| 2012-09-08 | Merge branch 'restframework2' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into restframework2 | |||
| 2012-09-08 | Move quote below title for consistency | Tom Christie | |
| 2012-09-08 | Merge pull request #256 from markotibold/put-post-delete | Tom Christie | |
| Re-enable PUT/POST/DELETE in the browsable api | |||
| 2012-09-08 | Links to source files in docs | Tom Christie | |
| 2012-09-08 | Fix failing test. | Marko Tibold | |
| 2012-09-08 | Don't fill in the form after a DELETE. | Marko Tibold | |
| 2012-09-08 | `error_data` -> `errors` | Marko Tibold | |
| Prefill form for instance view. | |||
| 2012-09-08 | Code highlighting in docs | Tom Christie | |
| 2012-09-08 | Fields are showing up again. Still WIP. | Marko Tibold | |
| 2012-09-08 | Link to github accounts in credits | Tom Christie | |
| 2012-09-08 | Added @alecperkins. | Tom Christie | |
| 2012-09-07 | Merge pull request #251 from mjumbewu/1.3-support | Tom Christie | |
| Fix Django 1.3 compatibility | |||
| 2012-09-07 | Fix the tests on 1.3 and HEAD | Mjumbe Wawatu Poe | |
| In the latest Django master code, RequestFactory.put behaves fundamentally differently than it did pre-1.5. By default, it expects an octet string as opposed to a dictionary that it will encode like a multipart form. So, for 1.5 and on, we have to be explicit about the multipart type and pre-encode the data. However, pre-1.5 Django expects a dictionary if the content type is multipart. So, the cleanest thing to do is explicitly handle the versions independently. | |||
| 2012-09-07 | Fix Django master support. | Mjumbe Wawatu Poe | |
| - Explicitly encode PUT data as multipart, as Django 1.5 no longer does so by default in the test client | |||
| 2012-09-07 | Merge pull request #253 from droptype/rf2-docfixes | Tom Christie | |
| Fixes for the documentation styles | |||
| 2012-09-07 | Merge pull request #252 from markotibold/docs-fixes | Tom Christie | |
| Some minor docs fixes | |||
| 2012-09-07 | Fix Django 1.3 compatibility | Mjumbe Wawatu Poe | |
| 2012-09-07 | Add some missing imports. | Marko Tibold | |
| Fix some typos. Fix some indentation errors. | |||
| 2012-09-07 | Merge pull request #249 from mjumbewu/restframework2 | Tom Christie | |
| Implement simple token authentication | |||
| 2012-09-07 | Get rid of the BaseToken abstract model | Mjumbe Wawatu Poe | |
| 2012-09-07 | Move TokenAuthentication class into djangorestframework.authentication | Mjumbe Wawatu Poe | |
| 2012-09-07 | Fix renderer tests. | Mjumbe Wawatu Poe | |
| - All MockViews return Response objects - Only one urlpatterns attribute in the module - Renamed `RendererIntegrationTests` to `RendererEndToEndTests`, as the former wasn't being run locally (but it was on Travis...dunno). | |||
| 2012-09-07 | [docs] Fix typo, add link to Tom's Twitter profile | Alec Perkins | |
| 2012-09-07 | Rename the default token class to "BasicToken" | Mjumbe Wawatu Poe | |
| 2012-09-07 | Update docs for tokenauth | Mjumbe Wawatu Poe | |
| 2012-09-07 | [docs] Update jQuery to 1.8.1 | Alec Perkins | |
| 2012-09-07 | Use "Token" as the scheme for token auth | Mjumbe Wawatu Poe | |
| 2012-09-07 | [docs] Add 'img' to static file processing. | Alec Perkins | |
| 2012-09-07 | [docs] Spacing tweaks when getting responsive. | Alec Perkins | |
| 2012-09-07 | Create a key by default if none is specified | Mjumbe Wawatu Poe | |
| 2012-09-07 | [docs] Move styles to own file. Fix table-of-contents positioning when ↵ | Alec Perkins | |
| viewed on <767px screens. The fixed positioning of the ToC needs to be overridden with static, so that the ToC falls back into the flow of content and is sized correctly. Also, this prevents the actual page content from riding up behind the ToC and being obscured. | |||
| 2012-09-07 | [docs] Add bootstrap-collapse plugin, fixing collapsing navbar. | Alec Perkins | |
| 2012-09-07 | [docs] Update Bootstrap to 2.1.1 | Alec Perkins | |
| 2012-09-07 | Add a TokenAuthentication class in a sub-application | Mjumbe Wawatu Poe | |
| 2012-09-07 | Add basic serializer tests | Tom Christie | |
| 2012-09-07 | Add note re. browseable API and @api_view decorator | Tom Christie | |
| 2012-09-07 | Remove dumbass meaningless test | Tom Christie | |
| 2012-09-07 | Add coverage to travis config | Tom Christie | |
| 2012-09-07 | Add travis config | Tom Christie | |
| 2012-09-07 | Basic support for format suffixes | Tom Christie | |
| 2012-09-07 | Fix method overloading | Tom Christie | |
