summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-09-02 16:09:07 +0300
committerTim Graham <timograham@gmail.com>2017-09-02 09:09:37 -0400
commit88b15eb34dea3a8f7119451916d5cf97023bf854 (patch)
tree6b07db65078a7d440a2fe3d8f203cfcc7b6f91d4 /docs
parent8ba5811febbd1c83634715f9bb963b3dbfbb80ee (diff)
[1.10.x] Fixed typos in docs/releases/1.10.txt.
Backport of 90fcf0fce7a9029ae0993eec7020ac23834fc328 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index a977c15324..42e4dd8955 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -224,7 +224,7 @@ Minor features
not worry about whether or not the ``staticfiles`` app is installed.
* You can :ref:`more easily customize <customize-staticfiles-ignore-patterns>`
- the ``collectstatic --ignore_patterns`` option with a custom ``AppConfig``.
+ the ``collectstatic --ignore`` option with a custom ``AppConfig``.
Cache
~~~~~
@@ -449,7 +449,7 @@ Requests and Responses
:meth:`~django.http.HttpResponse.seekable()` to make an instance a
stream-like object and allow wrapping it with :py:class:`io.TextIOWrapper`.
-* Added the :attr:`HttpResponse.content_type
+* Added the :attr:`HttpRequest.content_type
<django.http.HttpRequest.content_type>` and
:attr:`~django.http.HttpRequest.content_params` attributes which are
parsed from the ``CONTENT_TYPE`` header.