We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i edit an object with m2m field through admin there is no m2m_changed signal and m2m changes are not synced.
Maybe it's better to add M2M_CHANGE action for each ADDITION and CHANGE?
if del_time is None or last_time > del_time: ACTIONS[log.action](log.content_type, log.object_id, log) if log.action in [ADDITION, CHANGE]: ACTIONS[M2M_CHANGE](log.content_type, log.object_id, log)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i edit an object with m2m field through admin there is no m2m_changed signal and m2m changes are not synced.
Maybe it's better to add M2M_CHANGE action for each ADDITION and CHANGE?
The text was updated successfully, but these errors were encountered: