Update the Review Bot extension to work with Review Board 5/Django 3.2.

Review Request #12388 — Created June 18, 2022 and submitted

Information

ReviewBot
release-3.0.x

Reviewers

This is a small series of updates to fix Review Bot when running on
Review Board 5. Mostly, it involves using the upstream six 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 (which six 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.

Summary ID
Update the Review Bot extension to work with Review Board 5/Django 3.2.
This is a small series of updates to fix Review Bot when running on Review Board 5. Mostly, it involves using the upstream `six` 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 (which `six` ships).
4e4e6034e43c5c6132620a5ef253e13be11e986b
maubin
  1. Ship It!
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (6549682)
Loading...