Skip to content
Discussion options

You must be logged in to vote

@j0nm1 I know it has been a long time since you question but I wanted to follow up for those reading this in the future.

As of v1.3 we now have M2m support with model observers. To enable this you do:

@model_observer(Article, many_to_many=True)

this will result in you getting update notifications when the many to many relationship is updated.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hishnash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #92 on February 19, 2022 00:34.