Switch from index_together to Meta.Indexes for ReviewRequestVisit.

Review Request #14591 — Created Sept. 4, 2025 and updated

Information

Review Board
master

Reviewers

index_together is deprecated and will be removed in Django 5.1. This
evolution changes ReviewRequestVisit to use Meta.indexes instead.

Ran evolution.

Summary ID
Switch from index_together to Meta.Indexes for ReviewRequestVisit.
`index_together` is deprecated and will be removed in Django 5.1. This evolution changes ReviewRequestVisit to use `Meta.indexes` instead. Testing Done: Ran evolution.
uorlrvzwzousmslrrmsqrtnotsxnztxt
Description From Last Updated

Upgrades will also need to be tried on MySQL and Postgres.

chipx86chipx86
Checks run (2 succeeded)
flake8 passed.
JSHint passed.
chipx86
  1. 
      
  2. Show all issues

    Upgrades will also need to be tried on MySQL and Postgres.

    1. That's a lot of infrastructure to set up. Isn't this why django-evolution has a huge test suite?

  3.