mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 02:53:58 +03:00
Correct the use of "to" (#7696)
This commit is contained in:
parent
ce1568322a
commit
b0ca248d88
|
@ -143,7 +143,7 @@ We can change the default list style to use pagination, by modifying our `tutori
|
||||||
|
|
||||||
Note that settings in REST framework are all namespaced into a single dictionary setting, named `REST_FRAMEWORK`, which helps keep them well separated from your other project settings.
|
Note that settings in REST framework are all namespaced into a single dictionary setting, named `REST_FRAMEWORK`, which helps keep them well separated from your other project settings.
|
||||||
|
|
||||||
We could also customize the pagination style if we needed too, but in this case we'll just stick with the default.
|
We could also customize the pagination style if we needed to, but in this case we'll just stick with the default.
|
||||||
|
|
||||||
## Browsing the API
|
## Browsing the API
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user