Open tumb1er opened 6 years ago
I seem to have met the same problem (although I use a slightly different implementation). I also believe that is strongly correlated with the .delete() call.
Seems like this is the solution to the problem: https://github.com/FactoryBoy/factory_boy/blob/ae780a38c2311cf6d306797889f09db4d395a6d4/factory/django.py#L297-L301
It looks like Django clears dead receiver while sending corresponding signal, thus this entire package works incorrectly.