Hacker News new | ask | show | jobs
by fraserharris 3323 days ago
I found signals (especially post_save hooks) incredibly useful for updating related models and caches. Their rational for avoiding them was weak.
1 comments

Django signals are too magical, and very difficult to debug

We've had too many cases of phantom bugs which turned out to be caused by an errant signal in some distant unrelated model.