diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2010-11-20 10:51:04 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2010-11-20 10:51:04 +0000 |
| commit | 762aaf45b7aadd4f7be71d05f56785efee8ed0a5 (patch) | |
| tree | aa60612f8582cea3ff407ab39ac485ac072b734c /docs/topics/http | |
| parent | 077d04b7fe3298f872417064e13ff0a3547ad88d (diff) | |
[1.2.X] Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll for the report and the patch.
Backport of [14644] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/file-uploads.txt | 3 | ||||
| -rw-r--r-- | docs/topics/http/urls.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/topics/http/file-uploads.txt b/docs/topics/http/file-uploads.txt index c505cac7ee..a06a1ca2ef 100644 --- a/docs/topics/http/file-uploads.txt +++ b/docs/topics/http/file-uploads.txt @@ -363,8 +363,7 @@ attributes: ``'image/jpeg'``. ``content_length`` is the length of the image given by the browser. - Sometimes this won't be provided and will be ``None``., ``None`` - otherwise. + Sometimes this won't be provided and will be ``None``. ``charset`` is the character set (i.e. ``utf8``) given by the browser. Like ``content_length``, this sometimes won't be provided. diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index 631e0ebe48..572deb770a 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -809,7 +809,7 @@ This ``current_app`` argument is used as a hint to resolve application namespaces into URLs on specific application instances, according to the :ref:`namespaced URL resolution strategy <topics-http-reversing-url-namespaces>`. -.. admonition:: Make sure your views are all correct +.. admonition:: Make sure your views are all correct. As part of working out which URL names map to which patterns, the ``reverse()`` function has to import all of your URLconf files and examine |
