mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-27 03:54:01 +03:00
76a7d35813
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. |
||
---|---|---|
.. | ||
runtests | ||
static | ||
templates | ||
templatetags | ||
tests | ||
utils | ||
__init__.py | ||
authentication.py | ||
compat.py | ||
mixins.py | ||
models.py | ||
parsers.py | ||
permissions.py | ||
renderers.py | ||
resources.py | ||
response.py | ||
serializer.py | ||
status.py | ||
urls.py | ||
views.py |