Fix name of through table attribute for m2m field.

Review Request #12014 — Created Jan. 27, 2022 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

Django has changed the naming of the related field on ManyToMany
fields, renaming it from related_field to rel. We had one place that
was using this to access the through table, which needed to be updated
for that new name.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix name of through table attribute for m2m field.
Django has changed the naming of the related field on `ManyToMany` fields, renaming it from `related_field` to `rel`. We had one place that was using this to access the through table, which needed to be updated for that new name. Testing Done: Ran unit tests.
b7ffb7c164a16538d5182b4725998dcd8dfd9969 David Trowbridge
reviewboard/reviews/detail.py
Loading...