* cc: Hrushikesh Vaidya (added)
* severity: Normal => Release blocker
* stage: Unreviewed => Accepted
Comment:
Thanks for the report! `ManyToManyField`s with the `through` are generally
not supported in the admin (#12203) but this should not crash. It seems
that `ManyToManyRel` is recognized as `many_to_many` but it's
`remote_field` doesn't have `through`
Regression in 107865780aa44914e21d27fdf4ca269bc61c7f01
--
Ticket URL: <https://code.djangoproject.com/ticket/35056#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.