mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-03 10:45:51 +03:00
Removed depreceated constant
This commit is contained in:
parent
b6e59c33a7
commit
a615e37277
|
@ -138,10 +138,6 @@ IMPORT_STRINGS = (
|
|||
SETTINGS_DOC = "http://www.django-rest-framework.org/api-guide/settings/"
|
||||
|
||||
|
||||
# List of settings that have been depreceated
|
||||
DEPRECEATED_SETTINGS = ()
|
||||
|
||||
|
||||
# List of settings that have been removed
|
||||
REMOVED_SETTINGS = (
|
||||
"PAGINATE_BY", "PAGINATE_BY_PARAM", "MAX_PAGINATE_BY",
|
||||
|
|
Loading…
Reference in New Issue
Block a user