Skip to content

Commit 5117dad

Browse files
committed
removed setting typo
1 parent 4be3535 commit 5117dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def __getattr__(self, attr):
208208

209209
def __check_user_settings(self, user_settings):
210210
DEPRECEATED_SETTINGS = (
211-
"PAGINATE_BY", "PAGINATE_BY_PARAM", "MAX_PAGINATE_BY_SET",)
211+
"PAGINATE_BY", "PAGINATE_BY_PARAM", "MAX_PAGINATE_BY",)
212212
SETTINGS_DOC = "http://www.django-rest-framework.org/api-guide/settings/"
213213
for setting in DEPRECEATED_SETTINGS:
214214
if setting in user_settings:

0 commit comments

Comments
 (0)