Hi all, I am running the latest svn version on development web server and in one of my applications, for each request, the view function is called twice. Whether the request that triggers the view function is GET or POST, another GET request follows the original and the view function is called once again.
Other applications, such as "admin" does not show this symptom. So it must be something on my side but I do not even know where to look at. I wrote a test view function which only returns a render_to_response call, and the situation is the same. For every single hit, the server log reads like this: [02/May/2007 17:05:35] "GET /anket/ HTTP/1.1" 200 2112 [02/May/2007 17:05:36] "GET /anket/ HTTP/1.1" 200 2112 Thanks for any help... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---