#22441: Error in QueryDict documentation documentation
------------------------------------+--------------------
     Reporter:  bhupeshpant19jan@…  |      Owner:  nobody
         Type:  Uncategorized       |     Status:  new
    Component:  Documentation       |    Version:  1.6
     Severity:  Normal              |   Keywords:
 Triage Stage:  Unreviewed          |  Has patch:  0
Easy pickings:  0                   |      UI/UX:  0
------------------------------------+--------------------
 The Path to the QueryDict is wrongly mentioned.
 It should be django.http.request.QueryDict instead of
 django.http.QueryDict.

 In an HttpRequest object, the GET and POST attributes are instances of
 django.http.QueryDict. QueryDict is a dictionary-like class customized to
 deal with multiple values for the same key. This is necessary because some
 HTML form elements, notably <select multiple="multiple">, pass multiple
 values for the same key.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22441>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.91acf90dfc5eb805dfd64c2b3fec9be2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to