Skip to content

Commit

Permalink
removed setting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lsanpablo committed Dec 8, 2015
1 parent 4be3535 commit 5117dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def __getattr__(self, attr):

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:
Expand Down

0 comments on commit 5117dad

Please sign in to comment.