I am trying to implement an activity feed following this tutorial.
I would like to delete an acitivity(ie a comment has been added)when the corresponding object, ie the comment itself, has been removed. This doesn't seem to cascade.
Is there any way to achieve this without adding a GenericRelation? It is possible to delete the corresponding activity by using postdelete signal. Is that the best way?