Hi,

I wrote my current Django app in the 0.96 timeframe and have since
upgraded, and now I have these cool signals available. I have some
model code, like overriding the delete() method to prevent deletion of
certain rows in the table, and I'm curious as to whether that can be
done with the pre_save signal for the model.

Do return values from signals affect the model's execution in any way?
I don't see this mentioned in the docs.

Thanks,
Mike

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to