Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth noting that PendingDeprecationWarning is probably the wrong parent class, but I made a separate PR for that: #8665

pass