I dont particularly understand how you wish to be updated and know when a record is added or removed.
Nevertheless, you can make use of django signals (Thanks to melvyn). It will be of great help. Yingi Kem > On 13 Jun 2017, at 12:54 PM, Stodge <[email protected]> wrote: > > I have a model with a many to many relationship. I need to know when a record > is added to or removed from the many to many. > > Is this possible? Thanks > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/f38aaf2b-fda8-49ff-86db-bfc1a25b1ac1%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ECB76784-23D3-477A-BD7F-7DEB8C7545AD%40gmail.com. For more options, visit https://groups.google.com/d/optout.

