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:38 -0400 |
| commit | 1de0da961e5cc0dcb9b939ccce26fa471f3f1821 (patch) | |
| tree | e5c3c4095618fe94c414e7739fad5872795d6553 | |
| parent | a4c9eada2b4f2365cde99ad7444d8c549f4b3849 (diff) | |
[1.11.x] Fixed typo in docs/ref/request-response.txt.
Backport of ad524980ac9644d5d40c2c79af3c183f4351841e from master
| -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 347f9c15bb..9f41243c6f 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -389,7 +389,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. |
