We are encountering an issue with recording history in bulk for many-to-many relationships when using Django’s default through model. We are not in a position to create custom intermediary models.
Is there a way to access and record the history for the default through model in bulk? Alternatively, are there any other supported methods within the library to record m2m changes in bulk?