Re: [Django] #17395: runserver should print POST parameters

2011-12-13 Thread Django
#17395: runserver should print POST parameters
---+--
 Reporter:  RoySmith   |Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  Uncategorized  |  Version:  1.3
 Severity:  Normal |   Resolution:  wontfix
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by aaugustin):

 * status:  new => closed
 * needs_better_patch:   => 0
 * resolution:   => wontfix
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 POST data can be large (think uploaded files), and it's usually not
 included in server logs.

 Typical debug techniques include:
 - adding a `print request.POST` statement in the view function you're
 debugging,
 - adding an `import pdb; pdb.set_trace()` statement in the code you're
 debugging,
 - using the [http://pypi.python.org/pypi/django-debug-toolbar Django debug
 toolbar], which displays lots of things, including POST data.

-- 
Ticket URL: 
Django 
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.



[Django] #17395: runserver should print POST parameters

2011-12-13 Thread Django
#17395: runserver should print POST parameters
---+
 Reporter:  RoySmith   |  Owner:  nobody
 Type:  New feature| Status:  new
Component:  Uncategorized  |Version:  1.3
 Severity:  Normal |   Keywords:
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  0  |  UI/UX:  0
---+
 When you run "manage.py runserver", it prints all the GET and POST
 requests it gets.  It would be useful for application debugging if it
 printed the POST parameters as well.

-- 
Ticket URL: 
Django 
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.