Updated deprecation warnings for 3.12

This commit is contained in:
Carlton Gibson 2020-04-06 16:30:49 +02:00 committed by Carlton Gibson
parent b1bfff4f1c
commit d45e0005f3

View File

@ -25,9 +25,9 @@ ISO_8601 = 'iso-8601'
default_app_config = 'rest_framework.apps.RestFrameworkConfig'
class RemovedInDRF312Warning(DeprecationWarning):
class RemovedInDRF313Warning(DeprecationWarning):
pass
class RemovedInDRF313Warning(PendingDeprecationWarning):
class RemovedInDRF314Warning(PendingDeprecationWarning):
pass