| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-08 | `error_data` -> `errors` | Marko Tibold | |
| Prefill form for instance view. | |||
| 2012-09-08 | Fields are showing up again. Still WIP. | Marko Tibold | |
| 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 | Fix Django 1.3 compatibility | Mjumbe Wawatu Poe | |
| 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 | Rename the default token class to "BasicToken" | Mjumbe Wawatu Poe | |
| 2012-09-07 | Use "Token" as the scheme for token auth | Mjumbe Wawatu Poe | |
| 2012-09-07 | Create a key by default if none is specified | Mjumbe Wawatu Poe | |
| 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 | Remove dumbass meaningless test | Tom Christie | |
| 2012-09-07 | Add coverage to travis config | Tom Christie | |
| 2012-09-07 | Basic support for format suffixes | Tom Christie | |
| 2012-09-07 | Fix method overloading | Tom Christie | |
| 2012-09-07 | Fixing up browseable API for rest framework 2 | Tom Christie | |
| 2012-09-07 | Optional login/logout tags so browseable API will work without requiring ↵ | Tom Christie | |
| auth views | |||
| 2012-09-07 | Tidy up | Tom Christie | |
| 2012-09-07 | Bits of cleanup | Tom Christie | |
| 2012-09-06 | Move settings stuff actually into settings | Tom Christie | |
| 2012-09-06 | Move generic views into seperate module | Tom Christie | |
| 2012-09-06 | Add more settings to settings.py | Tom Christie | |
| 2012-09-06 | Settings suppport importpaths | Tom Christie | |
| 2012-09-06 | Add support for request.auth | Tom Christie | |
| 2012-09-06 | Refactoring some basics | Tom Christie | |
| 2012-09-05 | Correct media type for jsonp | Tom Christie | |
| 2012-09-05 | Fix permission issues | Tom Christie | |
| 2012-09-05 | Clean up runcoverage | Tom Christie | |
| 2012-09-05 | Minor tweaks | Tom Christie | |
| 2012-09-04 | Refactored throttling | Tom Christie | |
| 2012-09-04 | Bits of cleanup | Tom Christie | |
| 2012-09-04 | Remove support for markdown<2.1 | Tom Christie | |
| 2012-09-04 | Remove some bits from utils | Tom Christie | |
| 2012-09-03 | First pass at mixins & generic views | Tom Christie | |
| 2012-09-03 | View -> APIView | Tom Christie | |
| 2012-09-03 | Fixes to APIView | Tom Christie | |
| 2012-09-03 | Added format_suffix_patterns, and fix up settings | Tom Christie | |
| 2012-09-03 | Added the api_view decorator | Tom Christie | |
| 2012-09-03 | Parsers may return raw data, or a DataAndFiles object | Tom Christie | |
| 2012-09-03 | Support generators | Tom Christie | |
| 2012-09-02 | Remove mention of ImmediateResponse | Tom Christie | |
| 2012-09-01 | Docs tweak for first docs deployment | Tom Christie | |
| 2012-09-01 | REST framework 2 docs | Tom Christie | |
| 2012-08-29 | Probably will be versioned as 2.0.0 | Tom Christie | |
| 2012-08-28 | Added serializers and fields | Tom Christie | |
| 2012-08-26 | Tweak docstrings | Tom Christie | |
| 2012-08-26 | Drop ImmediateResponse | Tom Christie | |
