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 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

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.
4b404ca5597c9719d7f584f484611b94fe2475a8 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...