- 27 Nov, 2012 1 commit
-
-
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
-
- 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 10 commits
-
-
jedavis83@gmail.com committed
-
jedavis83@gmail.com committed
-
jedavis83@gmail.com committed
-
Tom Christie committed
-
Add widgets for DateField and DateTimeField
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Add support for partial serializer updates
Tom Christie committed
-
- 21 Nov, 2012 13 commits
-
-
Mark Aaron Shirley committed
-
Mark Aaron Shirley committed
-
Tom Christie committed
-
Stephan Groß committed
-
minor docs fix
Stephan Groß committed -
added RegexField
Stephan Groß committed -
Stephan Groß committed
-
Conflicts: docs/topics/release-notes.md
Stephan Groß committed -
Stephan Groß committed
-
jedavis83@gmail.com committed
-
jedavis83@gmail.com committed
-
- 20 Nov, 2012 12 commits
-
-
Mark Aaron Shirley committed
-
Tom Christie committed
-
Serializer method field
Tom Christie committed -
Tom Christie committed
-
Cache default_fields per serializer instance for faster serialization
Tom Christie committed -
Mark Aaron Shirley committed
-
Dustin Bachrach committed
-
Stephan Groß committed
-
Jamie Matthews committed
-
Fix related serializers with source argument that resolves to a callable
Tom Christie committed -
Jamie Matthews committed
-
Jamie Matthews committed
-