| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Ensure duplicate "page" parameters are not created
|
|
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.
|
|
otherwise
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* should be ** in mixins's self.get_instance(*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
listed here explicitly.
|
|
rest.ep.io now runs tip.
|
|
|
|
|
|
|
|
|
|
Fix test_with_content_type_args to pass regardless of JSON library idiosyncracies
|
|
|
|
|
|
|
|
Fixes #78.
|
|
|
|
|