Skip to content

Commit

Permalink
Remove old deprecation classes for 3.14 release
Browse files Browse the repository at this point in the history
When DRF 3.14 is released, these exception classes will be meaningless,
so we can delete them (this has always been done).

A previous PR removed the last incidence of `RemovedInDRF313Warning`,
but didn't outright delete the class for fear of shipping a breaking
change: encode#8589
  • Loading branch information
DavidCain committed Sep 21, 2022
1 parent c6cafc9 commit c5b4f46
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rest_framework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,5 @@
default_app_config = 'rest_framework.apps.RestFrameworkConfig'


class RemovedInDRF313Warning(DeprecationWarning):
pass


class RemovedInDRF314Warning(PendingDeprecationWarning):
pass


class RemovedInDRF315Warning(PendingDeprecationWarning):
pass

0 comments on commit c5b4f46

Please sign in to comment.