django-signals
Disconnect signals for models and reconnect in django
I need make a save with a model but i need disconnect some receivers of the signalsbefore save it. I mean,[详细]
2022-12-19 02:08 分类:问答Django: What exactly are signals good for?
I have a tough time understanding how signals work into my application (and how they work period). These are three areas where I assu开发者_如何学编程me they would apply (with my current knowledge):[详细]
2022-12-17 23:54 分类:问答Django: Signal on queryset.update
Django is sending the pre/post_delete signals if you are using the queryset.delete() method, but sh开发者_StackOverflow中文版ouldn\'t it then also send pre/post_save on queryset.update()?Perhaps it sh[详细]
2022-12-11 06:48 分类:问答