2008/7/21 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > The correct way to test is to do request.method == "POST", not test > request.POST, because that could be empty even on a post request. >
OK. But it will not have content if the view is reached via GET, right? -- Juanjo Conti --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

