Thank you, Christian.
I updated the package as you suggested (version is django-evolution-2.4.1),
but the issue is still there.
Requirement already satisfied: django-evolution in
/opt/reviewboard/lib/python3.9/site-packages (2.4.1)
Requirement already satisfied: Django<4.2.999,>=1.6 in
/opt/rev
Hi,
This should be fixed as of the latest version of Django Evolution. We'll be
updating to use that in the upcoming 7.0.3 release.
Can you try installing that and trying again:
/opt/reviewboard/bin/pip install -U django-evolution
Christian
On Fri, Nov 1, 2024 at 7:31 AM Ying Jiang wrote:
Hi,
We try to migrate a review board site(3.0.16) running on CentOS 7.9 to a
new RHEL9.4 server.
During the migration, everything looks good but when I try to upgrade the
site, it hits error below
———