#16692: There should be documentation that cautions about using
request.raw_post_data and request.POST together
------------------------+-------------------------------
 Reporter:  lie.1296@…  |          Owner:  nobody
     Type:  Bug         |         Status:  new
Milestone:              |      Component:  Documentation
  Version:  1.3         |       Severity:  Normal
 Keywords:              |   Triage Stage:  Unreviewed
Has patch:  0           |  Easy pickings:  1
    UI/UX:  0           |
------------------------+-------------------------------
 Currently, if you're accessing request.raw_post_data, then request.POST
 will become empty; there should be a note in the docs about that and
 telling that if you need to access both, then you should access
 request.POST first then request.raw_post_data.

 Either that, or this bug should be fixed and it should be safe to read
 request.raw_post_data and request.POST in any order.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16692>
Django <https://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 [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-updates?hl=en.

Reply via email to