Re: Testing Signals

2015-08-14 Thread Tim Graham
Hi Grant, for future reference django-developers isn't meant as a second level support channel if you don't get a reply on -users. Thanks! On Friday, August 14, 2015 at 5:58:52 PM UTC-4, jdunck wrote: > > I suspect you have 2 different definitions of the signal under different > import paths. E

Re: Testing Signals

2015-08-14 Thread Jeremy Dunck
I suspect you have 2 different definitions of the signal under different import paths. Ensure your python path doesn't have overlapping directories, and that your signal imports refer to the same sys.modules key (e.g. some_app.signals.foo all over, not proj.some_app.signals.foo and some_app.signal

Testing Signals

2015-08-14 Thread Grant Means
I posted this in Django users but didn't get any reply. I hope you don't mind me asking here. I does involve Django internals. Simply put, I have an app that has a model that's consumed by other "pluggable" apps. This model will send certain signals during certain events that the pluggable apps