mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 03:23:59 +03:00
DEFAULT_PAGINATION_CLASS is changed to 'None'
because the default value was specified, it did not work properly in API Document
This commit is contained in:
parent
73ad88eaae
commit
9c3edb0921
|
@ -50,7 +50,7 @@ DEFAULTS = {
|
|||
'DEFAULT_VERSIONING_CLASS': None,
|
||||
|
||||
# Generic view behavior
|
||||
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination',
|
||||
'DEFAULT_PAGINATION_CLASS': None,
|
||||
'DEFAULT_FILTER_BACKENDS': (),
|
||||
|
||||
# Throttling
|
||||
|
|
Loading…
Reference in New Issue
Block a user