On Mon, 2006-07-03 at 21:08 +1000, Malcolm Tredinnick wrote:
> On Mon, 2006-07-03 at 03:55 -0700, Spock wrote:
> > Hello,
> > is there some equvalent to rails actions after_create,after_change ??
> > Or where start write such tasks ?
> > 
> > I'll would like to send e-mails under some actions made in admin
> > interface - some specific updates or creations..
> 
> There is a post_save signal that is emitted for all models. You can
> catch that and work out which model sent it. Signals are documented a
> bit in [1].

Footnoting tragedy. The missing reference is

[1] http://feh.holsman.net/articles/2006/06/13/django-signals

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to