Update the Review Bot extension to work with Review Board 5/Django 3.2.
Review Request #12388 — Created June 17, 2022 and submitted — Latest diff uploaded
This is a small series of updates to fix Review Bot when running on
Review Board 5. Mostly, it involves using the upstreamsix
instead of
Django's copy, which no longer exists in Django 3.2.Usage is pretty minimal. Just one dictionary iteration and one
@python_2_unicode_compatible
decorator (whichsix
ships).
Along with other changes in this series, Review Bot now works on both
Review Board 4 and 5. Successfully configured Review Board, checked
worker status, and posted changes for review and saw that reviews were
performed.