mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-16 19:41:06 +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):
|
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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user