| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
URLObject v2.0.0 removed parse() from its API.
|
|
Namespace templates
|
|
|
|
Added a method get_renderers to the ResponseMixin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
authenticated.
|
|
|
|
|
|
Django perms
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
Fixes #78.
|
|
|
|
|
|
|
|
|
|
|