New model_mommy release + Deprecation Warning

2019-10-22 Thread Bernardo Fontes
ou to migrate your project from model_mommy to model_bakery and the reasons behind this renaming can be found here: https://model-mommy.readthedocs.io/en/latest/ Thanks, -- Bernardo Fontes http://berinfontes.com http://pessoas.cc Skype: bernardoxhc +55 11 98398 2378 -- You received this message be

Re: Testing if a receiver is connected to a signal

2011-05-05 Thread Bernardo Fontes
.receivers = [] @classmethod def tearDownClass(cls): my_signal.receivers = cls.signal_receivers Hope I could help! -- Bernardo Fontes http://www.bernardofontes.net bernardo...@gmail.com Skype: bernardoxhc (21) 9629 1621 -- You received this message because you are subscri

Re: Testing if a receiver is connected to a signal

2011-04-19 Thread Bernardo Fontes
Hi, I'm having this problem too. Does anyone knows a good strategy to handle this problem? On 21 fev, 17:50, Vinicius Mendes wrote: > Hi, > > I want to test if a receiver function is connected to a signal in django, > but I don't want other receivers from other apps to be called when my test > r