mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 01:20:02 +03:00
Bump deprecation warning versions
This commit is contained in:
parent
11fe6a199f
commit
d6c24441d5
|
@ -25,9 +25,9 @@ ISO_8601 = 'iso-8601'
|
|||
default_app_config = 'rest_framework.apps.RestFrameworkConfig'
|
||||
|
||||
|
||||
class RemovedInDRF310Warning(DeprecationWarning):
|
||||
class RemovedInDRF311Warning(DeprecationWarning):
|
||||
pass
|
||||
|
||||
|
||||
class RemovedInDRF311Warning(PendingDeprecationWarning):
|
||||
class RemovedInDRF312Warning(PendingDeprecationWarning):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue
Block a user