Hi, On Apr 24, 11:33 am, meppum <[EMAIL PROTECTED]> wrote: > If you create a listener for a certain models post_save signal and the > corresponding function is supposed to create or update another object, > will all this be saved in the same transaction?
It should be, yes. Signal handlers are launched serially within the same process and browser request context. > It seems that errors in the models modified by the signal method fall > silently. Do you have minimal code that demonstrates the problem? -Rajesh D --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---