mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
removed setting typo
This commit is contained in:
parent
4be3535b04
commit
5117dad2ca
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user