Commit 9c3edb09 by sol HYUN

DEFAULT_PAGINATION_CLASS is changed to 'None'

because the default value was specified, it did not work properly in API
Document
parent 73ad88ea
...@@ -50,7 +50,7 @@ DEFAULTS = { ...@@ -50,7 +50,7 @@ DEFAULTS = {
'DEFAULT_VERSIONING_CLASS': None, 'DEFAULT_VERSIONING_CLASS': None,
# Generic view behavior # Generic view behavior
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination', 'DEFAULT_PAGINATION_CLASS': None,
'DEFAULT_FILTER_BACKENDS': (), 'DEFAULT_FILTER_BACKENDS': (),
# Throttling # Throttling
......
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