Hi, Let's say I would like to send an email when object/ has been successfuly created/deleted in generic views.
There's also a message for specified user created, which could be overriden by this function. We would use: return create_object(id, on_success_callback=xx.. etc) Question is whether it should override rendering the response (imho, not). The function would be used for simple actions, like sending emails f.e. What do you think about it ? Thanks, -- Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

