Kick the deprecation can down the road.

Review Request #12448 — Created July 8, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

Several of our auxiliary packages were still using functionality that
was supposed to be removed for Review Board 5.0. Given how much churn
we've already had, trying to fix these up on an emergency basis doesn't
seem wise. This change switches out all the
RemovedInReviewBoard50Warning uses for
RemovedInReviewBoard60Warning.

Ran unit tests.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Kick the deprecation can down the road.
Several of our auxiliary packages were still using functionality that was supposed to be removed for Review Board 5.0. Given how much churn we've already had, trying to fix these up on an emergency basis doesn't seem wise. This change switches out all the `RemovedInReviewBoard50Warning` uses for `RemovedInReviewBoard60Warning`. Testing Done: Ran unit tests.
6c8807a21d4975cfe1c1cdc81c884e24a5f35587 David Trowbridge
reviewboard/deprecation.py
reviewboard/admin/checks.py
reviewboard/admin/widgets.py
reviewboard/admin/forms/search_settings.py
reviewboard/admin/tests/test_search_settings_form.py
reviewboard/diffviewer/diffutils.py
reviewboard/diffviewer/parser.py
reviewboard/diffviewer/tests/test_diff_parser.py
reviewboard/integrations/__init__.py
Loading...