- 18 Aug, 2014 19 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
override_method should substitute action
Tom Christie committed -
reset stored credentials when call client.logout()
Tom Christie committed -
Refactor login template to extend base.
Tom Christie committed -
Leave status responsibility to parent class
Tom Christie committed -
Copy filter_backends class attribute before returning it.
Tom Christie committed -
Always uppercase X-Http-Method-Override methods.
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Issue #1707: Add documentation to api-docs.viewsets
Tom Christie committed -
Updated documentation for urls.py
Tom Christie committed -
Tom Christie committed
-
Updated quick start project set up order
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Trivial doc updates
Tom Christie committed -
Add test for SerializerMethodField
Tom Christie committed
- 16 Aug, 2014 6 commits
-
-
Andrew Fong committed
-
A view's action is dependent on the request method. When overriding the method (e.g. to generate a form for a POST request on a GET call to the browseable API), the action should be updated as well. Otherwise, viewset functions may be in a weird limbo state where a 'list' action has a POST method.
Andrew Fong committed -
Aymeric Derbois committed
-
Tom Christie committed
-
sshquack committed
-
+ Explicitly specify module names in the standard format similar to all the other tutorials + Remove the extra quote around module name
sshquack committed
-
- 15 Aug, 2014 8 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Fixed small typo in docs
Tom Christie committed
-
- 14 Aug, 2014 5 commits
-
-
catherinedodge committed
-
Tom Christie committed
-
Tom Christie committed
-
ModelSerializer.restore_object - wrap ValueError error in a list
Tom Christie committed
-
- 13 Aug, 2014 2 commits
-
-
When a ValueError is raised in ModelSerializer.restore_object, the error is set to a one-element list, rather than a bare string.
John Whitlock committed -
Tom Christie committed
-