| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-20 | Remove old 'djangorestframework directories | Tom Christie | |
| 2012-09-16 | Drop cronky tests | Tom Christie | |
| 2012-09-16 | Simplify negotiation. Drop MSIE hacks. Etc. | Tom Christie | |
| 2012-09-14 | Moved content negotiation out of response. Nicer exception handling now. | Tom Christie | |
| 2012-09-14 | Tweak throttles and improve docs | Tom Christie | |
| 2012-09-13 | Improve throttles and docs | Tom Christie | |
| 2012-09-12 | Tweaks to Token auth | Tom Christie | |
| 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-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 | |
