- 11 Sep, 2012 2 commits
-
-
Better naming for properties on views, requests and responses
Tom Christie committed -
renderers is now renderer_classes parsers is now parser_classes authentication is now authentication_classes
Jamie Matthews committed
-
- 09 Sep, 2012 1 commit
-
-
Tom Christie committed
-
- 08 Sep, 2012 13 commits
-
-
Tom Christie committed
-
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2
Tom Christie committed -
Tom Christie committed
-
Re-enable PUT/POST/DELETE in the browsable api
Tom Christie committed -
Tom Christie committed
-
Marko Tibold committed
-
Marko Tibold committed
-
Prefill form for instance view.
Marko Tibold committed -
Tom Christie committed
-
Marko Tibold committed
-
Tom Christie committed
-
Tom Christie committed
-
Fix Django 1.3 compatibility
Tom Christie committed
-
- 07 Sep, 2012 24 commits
-
-
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.
Mjumbe Wawatu Poe committed -
- Explicitly encode PUT data as multipart, as Django 1.5 no longer does so by default in the test client
Mjumbe Wawatu Poe committed -
Fixes for the documentation styles
Tom Christie committed -
Some minor docs fixes
Tom Christie committed -
Mjumbe Wawatu Poe committed
-
Fix some typos. Fix some indentation errors.
Marko Tibold committed -
Implement simple token authentication
Tom Christie committed -
Mjumbe Wawatu Poe committed
-
Mjumbe Wawatu Poe committed
-
- 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).
Mjumbe Wawatu Poe committed -
Alec Perkins committed
-
Mjumbe Wawatu Poe committed
-
Mjumbe Wawatu Poe committed
-
Alec Perkins committed
-
Mjumbe Wawatu Poe committed
-
Alec Perkins committed
-
Alec Perkins committed
-
Mjumbe Wawatu Poe committed
-
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.
Alec Perkins committed -
Alec Perkins committed
-
Alec Perkins committed
-
Mjumbe Wawatu Poe committed
-
Tom Christie committed
-
Tom Christie committed
-