Fix name of through table attribute for m2m field.

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

david
Review Board
master
reviewboard

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.

Summary
Fix name of through table attribute for m2m field.
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to django-3.2 (c7daad3)
Loading...