On Wed, Sep 9, 2009 at 9:25 AM, elminio<[email protected]> wrote: > I assume that each view should return Httpresponse. What when I just > want to execute function which updates my databes and doesnt redirect > anywhere ?
the HTTP client is still waiting for some response. usually i do an HttpRedirect() to the updated object's get_absolute_url() -- Javier --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

