Skip to content

Commit

Permalink
Updated deprecation warnings for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Apr 9, 2020
1 parent b1bfff4 commit d45e000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rest_framework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
default_app_config = 'rest_framework.apps.RestFrameworkConfig'


class RemovedInDRF312Warning(DeprecationWarning):
class RemovedInDRF313Warning(DeprecationWarning):
pass


class RemovedInDRF313Warning(PendingDeprecationWarning):
class RemovedInDRF314Warning(PendingDeprecationWarning):
pass

0 comments on commit d45e000

Please sign in to comment.