[1.10.x] Fixed docs typos in lines ending with a dash.

Backport of e261337eea from master
This commit is contained in:
Tim Graham 2016-10-06 11:00:36 -04:00
parent 86ebc4e524
commit c2853807bc
5 changed files with 11 additions and 11 deletions

View file

@ -340,8 +340,8 @@ Application registry
Returns the :class:`~django.db.models.Model` with the given ``app_label``
and ``model_name``. As a shortcut, this method also accepts a single
argument in the form ``app_label.model_name``. ``model_name`` is case-
insensitive.
argument in the form ``app_label.model_name``. ``model_name`` is
case-insensitive.
Raises :exc:`LookupError` if no such application or model exists. Raises
:exc:`ValueError` when called with a single argument that doesn't contain

View file

@ -1044,8 +1044,8 @@ with the following notable differences:
:class:`StreamingHttpResponse` should only be used in situations where it is
absolutely required that the whole content isn't iterated before transferring
the data to the client. Because the content can't be accessed, many
middlewares can't function normally. For example the ``ETag`` and ``Content-
Length`` headers can't be generated for streaming responses.
middlewares can't function normally. For example the ``ETag`` and
``Content-Length`` headers can't be generated for streaming responses.
Attributes
----------