justquick / django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
http://django-activity-stream.rtfd.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.36k stars 483 forks source link

Fix #521: delete object-orphaned Follows #523

Closed David-Guillot closed 1 year ago

David-Guillot commented 1 year ago

This fixes #521

coveralls commented 1 year ago

Coverage Status

Coverage decreased (-0.03%) to 95.196% when pulling ba343eb05525681c3b73652a1eb8b08c6293abaf on Contexte:feat--cascade-delete-follow into 890d13fd23d5c165a9f28841bd8df9b92f6ad662 on justquick:main.

David-Guillot commented 1 year ago

@justquick the only LOC that's not covered by tests and make Coveralls unhappy is this one, that makes sure that the function is not executed when Django runs migrations. I don't even know how to test that edge case.

David-Guillot commented 1 year ago

@justquick did you have a chance to review this?

David-Guillot commented 1 year ago

@justquick this has been approved, is there any blocker for merging?