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. |
||
---|---|---|
.. | ||
__init__.py | ||
accept.py | ||
authentication.py | ||
breadcrumbs.py | ||
content.py | ||
description.py | ||
files.py | ||
methods.py | ||
mixins.py | ||
models.py | ||
modelviews.py | ||
oauthentication.py | ||
package.py | ||
parsers.py | ||
renderers.py | ||
response.py | ||
reverse.py | ||
serializer.py | ||
status.py | ||
testcases.py | ||
throttling.py | ||
validators.py | ||
views.py |