Skip to content

Commit d45e000

Browse files
committed
Updated deprecation warnings for 3.12
1 parent b1bfff4 commit d45e000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest_framework/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
default_app_config = 'rest_framework.apps.RestFrameworkConfig'
2626

2727

28-
class RemovedInDRF312Warning(DeprecationWarning):
28+
class RemovedInDRF313Warning(DeprecationWarning):
2929
pass
3030

3131

32-
class RemovedInDRF313Warning(PendingDeprecationWarning):
32+
class RemovedInDRF314Warning(PendingDeprecationWarning):
3333
pass

0 commit comments

Comments
 (0)