Removed depreceated constant

This commit is contained in:
Luis San Pablo 2015-12-07 23:30:45 -06:00
parent b6e59c33a7
commit a615e37277

View File

@ -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",