- 18 May, 2013 3 commits
-
-
Conflicts: rest_framework/fields.py rest_framework/serializers.py rest_framework/tests/models.py rest_framework/tests/serializer.py Fixed all the conflicts.
Markus Törnqvist committed -
Forms in Broseable API support dynamic serializers based on request method
Tom Christie committed -
Tom Christie committed
-
- 17 May, 2013 6 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Fix typo + grammar in viewsets docs
Tom Christie committed -
Johannes committed
-
Michael Elovskikh committed
-
- 16 May, 2013 8 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
HyperlinkedIdentityField uses `lookup_field` kwarg.
Tom Christie committed -
According to the [Serializers API Guide][1], `HyperlinkedIdentityField` takes `lookup_field` as a kwarg like the other related fields and the generic views. However, this was not actually implemented. [1]: http://django-rest-framework.org/api-guide/serializers.html#hyperlinkedmodelserializer
Andy Freeland committed -
Tom Christie committed
-
Small typo in the ViewSet example.
Tom Christie committed -
Xavier Ordoquy committed
-
- 15 May, 2013 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 14 May, 2013 17 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Remove trailing unmatched </div> in login_base.html template. Reformat i...
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
- 13 May, 2013 2 commits
-
-
Tom Christie committed
-
Remove trailing unmatched </div> in login_base.html template. Reformat indentation and label all closing tags for consistency.
James Summerfield committed
-
- 12 May, 2013 2 commits
-
-
Marlon Bailey committed
-
added support for multiple @action and @link decorators on a viewset, along with a router testcase illustrating the failure against the master code base
Marlon Bailey committed
-