mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 06:14:47 +03:00
Update settings.md
This commit is contained in:
parent
c420ad9751
commit
a079409503
|
@ -36,7 +36,7 @@ The `api_settings` object will check for any user-defined settings, and otherwis
|
||||||
|
|
||||||
## API policy settings
|
## API policy settings
|
||||||
|
|
||||||
*The following settings control the basic API policies, and are applied to every `APIView` class based view, or `@api_view` function based view.*
|
*The following settings control the basic API policies, and are applied to every `APIView` class-based view, or `@api_view` function based view.*
|
||||||
|
|
||||||
#### DEFAULT_RENDERER_CLASSES
|
#### DEFAULT_RENDERER_CLASSES
|
||||||
|
|
||||||
|
@ -98,7 +98,7 @@ Default: `'rest_framework.negotiation.DefaultContentNegotiation'`
|
||||||
|
|
||||||
## Generic view settings
|
## Generic view settings
|
||||||
|
|
||||||
*The following settings control the behavior of the generic class based views.*
|
*The following settings control the behavior of the generic class-based views.*
|
||||||
|
|
||||||
#### DEFAULT_PAGINATION_SERIALIZER_CLASS
|
#### DEFAULT_PAGINATION_SERIALIZER_CLASS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user