| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-06 | Refactoring some basics | Tom Christie | |
| 2012-09-04 | Refactored throttling | Tom Christie | |
| 2012-09-04 | Bits of cleanup | Tom Christie | |
| 2012-09-03 | View -> APIView | Tom Christie | |
| 2012-09-03 | Parsers may return raw data, or a DataAndFiles object | Tom Christie | |
| 2012-09-03 | Support generators | Tom Christie | |
| 2012-08-28 | Added serializers and fields | Tom Christie | |
| 2012-08-26 | Drop ImmediateResponse | Tom Christie | |
| 2012-08-24 | Drop out resources & mixins | Tom Christie | |
| 2012-08-24 | Remove PermissionsMixin | Tom Christie | |
| 2012-08-24 | Remove RequestMixinx / ReponseMixin | Tom Christie | |
| 2012-04-11 | Merge work from sebpiq | Tom Christie | |
| 2012-04-11 | Merge with master | Tom Christie | |
| 2012-02-25 | Fix broken tests | Tom Christie | |
| 2012-02-25 | Massive merge | Tom Christie | |
| 2012-02-23 | Test for issue #178. | Shawn Lewis | |
| This failing test shows that the serializer implementation breaks when a related serializer is passed in via include rather than via fields. | |||
| 2012-02-23 | authentication refactor : request.user + tests pass | Sébastien Piquemal | |
| 2012-02-23 | Remove InstanceMixin auto-url magicks. | Tom Christie | |
| 2012-02-23 | reverse takes request as a kwarg for compatibility with django's reverse | Tom Christie | |
| 2012-02-23 | merged + fixed broken test | Sébastien Piquemal | |
| 2012-02-23 | hack to fix ImmediateResponse rendering | Sébastien Piquemal | |
| 2012-02-21 | Remove staticviews. Use standard login/logout | Tom Christie | |
| 2012-02-21 | Merge master into develop | Tom Christie | |
| 2012-02-21 | reverse gets it's own module | Tom Christie | |
| 2012-02-21 | Merging master into develop | Tom Christie | |
| 2012-02-21 | Pass the request object to `reverse' in the reverse tests | Daniel Izquierdo | |
| 2012-02-21 | Move the new `reverse' function from urlresolvers to utils | Daniel Izquierdo | |
| 2012-02-21 | Test the custom reverse() function instead of the one provided by Django | Daniel Izquierdo | |
| 2012-02-20 | Some cleanup | Tom Christie | |
| 2012-02-17 | Merge git://github.com/sebpiq/django-rest-framework into develop | Tom Christie | |
| 2012-02-14 | merged with trunk | Sébastien Piquemal | |
| 2012-02-14 | Delete robots.txt, favicon.ico views; Move style to a new static namespace | Paul Oswald | |
| 2012-02-10 | attempt at fixing the examples | Sébastien Piquemal | |
| 2012-02-07 | cleaned Request/Response/mixins to have similar interface | Sébastien Piquemal | |
| 2012-02-07 | cleaned a bit Response/ResponseMixin code, added some documentation + ↵ | Sébastien Piquemal | |
| renamed ErrorResponse to ImmediateResponse | |||
| 2012-02-07 | Ensure duplicate "page" parameters are not created | Jamie Matthews | |
| Previously, URLObject.add_query_param was used to generate next/previous page links in PaginatorMixin. This resulted in (for example) page 2's "next" link having the params: ?page=2&page=3 Instead, URLObject.set_query_param should be used to replace the current value of the "page" parameter. | |||
| 2012-02-02 | Response as a subclass of HttpResponse - first draft, not quite there yet. | Sébastien Piquemal | |
| 2012-02-02 | merged with trunk's master | Sébastien Piquemal | |
| 2012-01-29 | Use named args in mixin tests. | Tom Christie | |
