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:
sol HYUN 2017-03-18 04:50:01 +09:00
parent 73ad88eaae
commit 9c3edb0921

View File

@ -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