Author: gabrielhurley
Date: 2010-11-20 04:51:04 -0600 (Sat, 20 Nov 2010)
New Revision: 14645
Modified:
django/branches/releases/1.2.X/docs/topics/db/optimization.txt
django/branches/releases/1.2.X/docs/topics/http/file-uploads.txt
django/branches/releases/1.2.X/docs/topics/http/urls.txt
Log:
[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.
Modified: django/branches/releases/1.2.X/docs/topics/db/optimization.txt
===================================================================
--- django/branches/releases/1.2.X/docs/topics/db/optimization.txt
2010-11-20 10:49:42 UTC (rev 14644)
+++ django/branches/releases/1.2.X/docs/topics/db/optimization.txt
2010-11-20 10:51:04 UTC (rev 14645)
@@ -4,7 +4,7 @@
Django's database layer provides various ways to help developers get the most
out of their databases. This document gathers together links to the relevant
-documentation, and adds various tips, organized under an number of headings
that
+documentation, and adds various tips, organized under a number of headings that
outline the steps to take when attempting to optimize your database usage.
Profile first
Modified: django/branches/releases/1.2.X/docs/topics/http/file-uploads.txt
===================================================================
--- django/branches/releases/1.2.X/docs/topics/http/file-uploads.txt
2010-11-20 10:49:42 UTC (rev 14644)
+++ django/branches/releases/1.2.X/docs/topics/http/file-uploads.txt
2010-11-20 10:51:04 UTC (rev 14645)
@@ -363,8 +363,7 @@
``'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.
Modified: django/branches/releases/1.2.X/docs/topics/http/urls.txt
===================================================================
--- django/branches/releases/1.2.X/docs/topics/http/urls.txt 2010-11-20
10:49:42 UTC (rev 14644)
+++ django/branches/releases/1.2.X/docs/topics/http/urls.txt 2010-11-20
10:51:04 UTC (rev 14645)
@@ -809,7 +809,7 @@
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
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.