Hi All, On 8/25/06, James Bennett <[EMAIL PROTECTED]> wrote: > > Check out Django's internal dispatcher; whenever an instance of a > model is saved, the dispatcher signals 'pre_save' and 'post_save' are > fired before and after the save, respectively, with information about > the class of model which was saved. You can write your own code which > listens for a 'post_save' from the User class and executes your custom > functions whenever that signal fires (including, if need be, notifying > other servers).
Internal dispatcher sounds good :-). Only thing that worries my is the word internal. Is this something that is likely to stay or will this be gone when the next version comes along. The decision I'll make will likely have long lasting impact. And I need to know if the API is stable. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---