diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 11b051fc70..96bcc55051 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -220,6 +220,12 @@ Requests and Responses instantiated with ``QueryDict()`` instead of ``QueryDict(None)`` or ``QueryDict('')``. +* The ``GET`` and ``POST`` attributes of an :class:`~django.http.HttpRequest` + object are now :class:`~django.http.QueryDict`\s rather than dictionaries, + and the ``FILES`` attribute is now a ``MultiValueDict``. + This brings this class into line with the documentation and with + ``WSGIRequest``. + Tests ^^^^^ |
