removed setting typo

This commit is contained in:
Luis San Pablo 2015-12-07 22:32:23 -06:00
parent 4be3535b04
commit 5117dad2ca

View File

@ -208,7 +208,7 @@ class APISettings(object):
def __check_user_settings(self, user_settings):
DEPRECEATED_SETTINGS = (
"PAGINATE_BY", "PAGINATE_BY_PARAM", "MAX_PAGINATE_BY_SET",)
"PAGINATE_BY", "PAGINATE_BY_PARAM", "MAX_PAGINATE_BY",)
SETTINGS_DOC = "http://www.django-rest-framework.org/api-guide/settings/"
for setting in DEPRECEATED_SETTINGS:
if setting in user_settings: