You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: