#15262: generic views don't populate request.POST when handling PUT
------------------------------------------+---------------------------------
               Reporter:  kenth           |         Owner:  nobody
                 Status:  closed          |     Milestone:        
              Component:  Core framework  |       Version:  SVN   
             Resolution:  duplicate       |      Keywords:        
           Triage Stage:  Unreviewed      |     Has patch:  0     
    Needs documentation:  0               |   Needs tests:  0     
Patch needs improvement:  0               |  
------------------------------------------+---------------------------------
Changes (by russellm):

  * status:  new => closed
  * resolution:  => duplicate
  * component:  Generic views => Core framework


Comment:

 This isn't a generic view problem -- it's more fundamental than that.
 Django's HTTP handler doesn't contain good support for HTTP verbs that
 aren't GET or PUT.

 This has been reported in the past as #12635.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15262#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to