mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 17:39:48 +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'
|
default_app_config = 'rest_framework.apps.RestFrameworkConfig'
|
||||||
|
|
||||||
|
|
||||||
class RemovedInDRF310Warning(DeprecationWarning):
|
class RemovedInDRF311Warning(DeprecationWarning):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class RemovedInDRF311Warning(PendingDeprecationWarning):
|
class RemovedInDRF312Warning(PendingDeprecationWarning):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user