Commit a0aac166 by Xavier Ordoquy

DEFAULT_PAGINATION_SERIALIZER_CLASS removed in 3.1

parent 92086193
...@@ -102,9 +102,15 @@ Default: `'rest_framework.negotiation.DefaultContentNegotiation'` ...@@ -102,9 +102,15 @@ Default: `'rest_framework.negotiation.DefaultContentNegotiation'`
#### DEFAULT_PAGINATION_SERIALIZER_CLASS #### DEFAULT_PAGINATION_SERIALIZER_CLASS
A class the determines the default serialization style for paginated responses. ---
**This setting has been removed.**
Default: `rest_framework.pagination.PaginationSerializer` The pagination API does not use serializers to determine the output format, and
you'll need to instead override the `get_paginated_response method on a
pagination class in order to specify how the output format is controlled.
---
#### DEFAULT_FILTER_BACKENDS #### DEFAULT_FILTER_BACKENDS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment