mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 13:14:30 +03:00
Updated deprecation warnings for 3.12
This commit is contained in:
parent
b1bfff4f1c
commit
d45e0005f3
|
@ -25,9 +25,9 @@ ISO_8601 = 'iso-8601'
|
||||||
default_app_config = 'rest_framework.apps.RestFrameworkConfig'
|
default_app_config = 'rest_framework.apps.RestFrameworkConfig'
|
||||||
|
|
||||||
|
|
||||||
class RemovedInDRF312Warning(DeprecationWarning):
|
class RemovedInDRF313Warning(DeprecationWarning):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class RemovedInDRF313Warning(PendingDeprecationWarning):
|
class RemovedInDRF314Warning(PendingDeprecationWarning):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user