Skip to content

Federation: notify many_to_many links that my parent is deleted

When running (with djangoldp.tests.models.Project)

local_project = Project.objects.create(description='Test')
project.team.add(external_user)
project.delete()

There is no backlink sent to external_user, but there should be