flake8
passed.
JSHint
passed.
Review Request #12014 — Created Jan. 27, 2022 and submitted
Information | |
---|---|
david | |
Review Board | |
master | |
Reviewers | |
reviewboard | |
Django has changed the naming of the related field on
ManyToMany
fields, renaming it fromrelated_field
torel
. 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.
Summary | |
---|---|