On Mon, 2007-12-03 at 11:00 -0800, David Cramer wrote:
> Just my 2 cents...
> 
> If you drop request.POST, request.GET, and replace them all with
> request.DATA -- we're going to again be branching away from Django
> trunk.
> 
> For our uses -- POST and GET are completely different things --
> whether you use one at a time or not is unrelated. Things should be
> differentiated between POST and GET as you don't want someone to start
> sending data to your forms through request.GET.

Um ... you're using request.method to differentiate that stuff already,
right?

Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to