- 06 Dec, 2012 3 commits
-
-
Ben Roberts committed
-
Ben Roberts committed
-
Ben Roberts committed
-
- 05 Dec, 2012 1 commit
-
-
@permission_classes takes a tuple or list.
Marko Tibold committed
-
- 03 Dec, 2012 1 commit
-
-
Stephan Groß committed
-
- 02 Dec, 2012 2 commits
-
-
Tom Christie committed
-
Add setter to user property on request object
Tom Christie committed
-
- 30 Nov, 2012 3 commits
-
-
Fixed typo in import statement of tutorial
Marko Tibold committed -
mvdwaeter committed
-
Fix authtoken response
Marko Tibold committed
-
- 29 Nov, 2012 4 commits
-
-
Tom Christie committed
-
Renderer negotiation: media_type specificty evaluation weak
Tom Christie committed -
Pavel Savchenko committed
-
Merge branch 'custom-serializer-form-class' of https://github.com/ludwigkraatz/django-rest-framework into mergebranch#390 Conflicts: rest_framework/fields.py rest_framework/renderers.py Manually solved
Marko Tibold committed
-
- 28 Nov, 2012 9 commits
-
-
Update django-filter to released version.
Marko Tibold committed -
Ben Konrath committed
-
Pavel Savchenko committed
-
https://github.com/asfaltboy/django-rest-framework…
Merge branch 'patch-2' of https://github.com/asfaltboy/django-rest-framework into fix_authtoken_response
Pavel Savchenko committed -
Fix location of obtain_auth_token view
Stephan Groß committed -
Pavel Savchenko committed
-
Pavel Savchenko committed
-
Stephan Groß committed
-
api-guide/views.md - add imports to code example
Stephan Groß committed
-
- 27 Nov, 2012 8 commits
-
-
Yuri Prezument committed
-
Stephan Groß committed
-
Tutorial: fix module name in section 3
Stephan Groß committed -
Tutorial: fix module name in section 2
Stephan Groß committed -
Again snippet -> snippets, but then it could be simpler (and possibly intended) to rename snippets to snippet in the first section of the tutorial.
Olivier Aubert committed -
snippet -> snippets (to match section 1).
Olivier Aubert committed -
* It wasn't clear where `Response` should be imported from.
Yuri Prezument committed -
The `DefaultContentNegotiation` handler uses For example: Google Chrome sends an Accept-header of `Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8`, when I request a *.png URL. After matching the media-types with the available renderers (in my case only a custom `PNGRenderer` with a `media_type='image/png'`), only `*/*;q=0.8` is left, which happens to have the same length as the "image/png" media-type defined by the renderer (9 characters). The specificity of the renderer's media-type over the Accept-header's one is only determined by length. Using your `_MediaType.precedence` would be preferable in my eyes. Regards, Fabian
Fabian Büchler committed
-
- 24 Nov, 2012 1 commit
-
-
Mark Hughes committed
-
- 23 Nov, 2012 4 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Cache all fields per serializer instance
Tom Christie committed
-
- 22 Nov, 2012 4 commits
-
-
jedavis83@gmail.com committed
-
jedavis83@gmail.com committed
-
jedavis83@gmail.com committed
-
Tom Christie committed
-