On Mon, Jun 14, 2010 at 4:48 AM, kalinski <[email protected]> wrote: > MyModel.objects.get(id=request.DELETE['id']).delete()
request.GET is a parsing of the 'query' part of the URL. request.GET is a parsing of the content of the request. request.COOKIES is a parsing of some headers of the request. what are you expecting to show up as request.DELETE ? -- 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.

