diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2017-09-02 16:09:07 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-02 09:09:28 -0400 |
| commit | b9436d1ba8a0398efcc37b0cca481e7d129c68b1 (patch) | |
| tree | 27397ddc0e65e806611b6b0b965b4b4298dc2714 | |
| parent | d236f30237357d43530266d067d227225e0f5e77 (diff) | |
[1.11.x] Fixed typos in docs/releases/1.10.txt.
Backport of 90fcf0fce7a9029ae0993eec7020ac23834fc328 from master
| -rw-r--r-- | docs/releases/1.10.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index daf244e457..9673bc9a47 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -225,7 +225,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 ~~~~~ @@ -450,7 +450,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. |
