diff options
| author | aruseni <aruseni.magiku@gmail.com> | 2017-06-20 18:22:26 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-20 11:22:26 -0400 |
| commit | ad524980ac9644d5d40c2c79af3c183f4351841e (patch) | |
| tree | e712b113e6e4d8c1c64961fcbb1d30097e4108a5 /docs/ref | |
| parent | de42adf4ff6b80e25bbd9e70070146ef15076a83 (diff) | |
Fixed typo in docs/ref/request-response.txt.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 52a9e577e6..e0c39ebab5 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -384,7 +384,7 @@ Methods .. class:: QueryDict In an :class:`HttpRequest` object, the :attr:`~HttpRequest.GET` and -`attr:`~HttpRequest.POST` attributes are instances of ``django.http.QueryDict``, +:attr:`~HttpRequest.POST` attributes are instances of ``django.http.QueryDict``, 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>``, pass multiple values for the same key. |
