| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This failing test shows that the serializer implementation breaks when a
related serializer is passed in via include rather than via fields.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
renamed ErrorResponse to ImmediateResponse
|
|
Previously, URLObject.add_query_param was used to generate
next/previous page links in PaginatorMixin. This resulted
in (for example) page 2's "next" link having the params:
?page=2&page=3
Instead, URLObject.set_query_param should be used to replace
the current value of the "page" parameter.
|
|
|
|
|
|
|
|
|
|
|
|
Fix test_with_content_type_args to pass regardless of JSON library idiosyncracies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
directly on the request - see #128
|
|
|