[Django] #22441: Error in QueryDict documentation documentation

3 views
Skip to first unread message

Django

unread,
Apr 15, 2014, 5:08:37 AM4/15/14
to django-...@googlegroups.com
#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.

Django

unread,
Apr 15, 2014, 9:29:18 AM4/15/14
to django-...@googlegroups.com
#22441: Error in QueryDict documentation documentation
------------------------------------+--------------------------------------
Reporter: bhupeshpant19jan@… | Owner: nobody
Type: Uncategorized | Status: closed
Component: Documentation | Version: 1.6
Severity: Normal | Resolution: invalid
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 bmispelon):

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


Comment:

Hi,

`QueryDict` is actually importable from `django.http` (that's because it's
imported in `django/http/__init__.py`).

What makes you say that the path in wrong?

Thanks.

--
Ticket URL: <https://code.djangoproject.com/ticket/22441#comment:1>

Reply all
Reply to author
Forward
0 new messages