Commit 5117dad2 by Luis San Pablo

removed setting typo

parent 4be3535b
...@@ -208,7 +208,7 @@ class APISettings(object): ...@@ -208,7 +208,7 @@ class APISettings(object):
def __check_user_settings(self, user_settings): def __check_user_settings(self, user_settings):
DEPRECEATED_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/" SETTINGS_DOC = "http://www.django-rest-framework.org/api-guide/settings/"
for setting in DEPRECEATED_SETTINGS: for setting in DEPRECEATED_SETTINGS:
if setting in user_settings: if setting in user_settings:
......
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