Re: signals in 1.0 problem: nesh django utils & django 1.0

2009-02-09 Thread Robocop
Holy crap it is! Thanks for the idea, i'm going to do a lil testing and verify everything works. Thanks again! On Feb 9, 10:21 am, Jake Elliott wrote: > hi robocop - > > is it enough to add the '**kwargs' syntax to your receiver function? > or is that already present? > >

Re: signals in 1.0 problem: nesh django utils & django 1.0

2009-02-09 Thread Jake Elliott
hi robocop - is it enough to add the '**kwargs' syntax to your receiver function? or is that already present? like: def _save(self, **kwargs): ... and def delete(**kwargs): ... -jake On Mon, Feb 9, 2009 at 12:15 PM, Robocop wrote: > > Hello, > I've