Author: ubernostrum Date: 2010-03-11 03:41:29 -0600 (Thu, 11 Mar 2010) New Revision: 12759
Modified: django/trunk/docs/ref/middleware.txt django/trunk/docs/ref/settings.txt django/trunk/docs/ref/templates/api.txt Log: Fixed #13072: Corrected a few markup and formatting errors in the documentation. Modified: django/trunk/docs/ref/middleware.txt =================================================================== --- django/trunk/docs/ref/middleware.txt 2010-03-11 09:34:18 UTC (rev 12758) +++ django/trunk/docs/ref/middleware.txt 2010-03-11 09:41:29 UTC (rev 12759) @@ -122,7 +122,7 @@ .. class:: django.middleware.http.SetRemoteAddrFromForwardedFor -.. versionchanged: 1.1 +.. versionchanged:: 1.1 This middleware was removed in Django 1.1. See :ref:`the release notes <removed-setremoteaddrfromforwardedfor-middleware>` for details. Modified: django/trunk/docs/ref/settings.txt =================================================================== --- django/trunk/docs/ref/settings.txt 2010-03-11 09:34:18 UTC (rev 12758) +++ django/trunk/docs/ref/settings.txt 2010-03-11 09:41:29 UTC (rev 12759) @@ -411,7 +411,7 @@ Default: ``'N j, Y'`` (e.g. ``Feb. 4, 2003``) The default formatting to use for displaying date fields in any part of the -system. Note that if setting:`USE_L10N` is set to ``True``, then the +system. Note that if setting:`USE_L10N` is set to ``True``, then the locale-dictated format has higher precedence and will be applied instead. See :ttag:`allowed date format strings <now>`. @@ -451,7 +451,7 @@ Default: ``'N j, Y, P'`` (e.g. ``Feb. 4, 2003, 4 p.m.``) The default formatting to use for displaying datetime fields in any part of the -system. Note that if setting:`USE_L10N` is set to ``True``, then the +system. Note that if setting:`USE_L10N` is set to ``True``, then the locale-dictated format has higher precedence and will be applied instead. See :ttag:`allowed date format strings <now>`. @@ -1353,7 +1353,7 @@ Default: ``m/d/Y`` (e.g. ``12/31/2003``) An available formatting that can be used for displaying date fields on -templates. Note that if ``USE_L10N`` is set to ``True``, then the corresponding +templates. Note that if ``USE_L10N`` is set to ``True``, then the corresponding locale-dictated format has higher precedence and will be applied. See :ttag:`allowed date format strings <now>`. @@ -1369,7 +1369,7 @@ Default: ``m/d/Y P`` (e.g. ``12/31/2003 4 p.m.``) An available formatting that can be used for displaying datetime fields on -templates. Note that if ``USE_L10N`` is set to ``True``, then the corresponding +templates. Note that if ``USE_L10N`` is set to ``True``, then the corresponding locale-dictated format has higher precedence and will be applied. See :ttag:`allowed date format strings <now>`. @@ -1509,7 +1509,7 @@ Default: ``'P'`` (e.g. ``4 p.m.``) The default formatting to use for displaying time fields in any part of the -system. Note that if setting:`USE_L10N` is set to ``True``, then the +system. Note that if setting:`USE_L10N` is set to ``True``, then the locale-dictated format has higher precedence and will be applied instead. See :ttag:`allowed date format strings <now>`. Modified: django/trunk/docs/ref/templates/api.txt =================================================================== --- django/trunk/docs/ref/templates/api.txt 2010-03-11 09:34:18 UTC (rev 12758) +++ django/trunk/docs/ref/templates/api.txt 2010-03-11 09:41:29 UTC (rev 12759) @@ -724,7 +724,7 @@ Using an alternative template language ====================================== -.. versionadded 1.2 +.. versionadded:: 1.2 The Django ``Template`` and ``Loader`` classes implement a simple API for loading and rendering templates. By providing some simple wrapper classes that -- 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.
