Re: Signals not working correctly

2007-09-13 Thread RajeshD
On Sep 13, 11:13 am, Greg <[EMAIL PROTECTED]> wrote: > Hello, > I'm trying to use signals so that when a Publication gets deleted from > within the Admin it will 'assert False, "Here"' (This will obviously > change at a later date). Currently, when I delete a Publication (in > the django admin

Signals not working correctly

2007-09-13 Thread Greg
Hello, I'm trying to use signals so that when a Publication gets deleted from within the Admin it will 'assert False, "Here"' (This will obviously change at a later date). Currently, when I delete a Publication (in the django admin) no assert statement is raised. So I guess that means that my d

Signals not working correctly

2007-09-13 Thread Greg
Hello, I'm trying to use signals so that when a Publication gets deleted from within the Admin it will 'assert False, "Here"' (This will obviously change at a later date). Currently, when I delete a Publication (in the django admin) no assert statement is raised. So I guess that means that my d

Signals not working correctly

2007-09-13 Thread Greg
Hello, I'm trying to use signals so that when a Publication gets deleted from within the Admin it will 'assert False, "Here"' (This will obviously change at a later date). Currently, when I delete a Publication (in the django admin) no assert statement is raised. So I guess that means that my d