From 49f57a5d28c175b24c215e6329f5fc12a5cccc34 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 29 May 2011 17:41:04 +0000 Subject: Fixed #15992 -- Added more references to settings. Thanks, aaugustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16290 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/internals/contributing/writing-code/unit-tests.txt | 2 +- docs/internals/deprecation.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/internals') diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index fd9024e1a9..926a7d85af 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -85,7 +85,7 @@ details for each database: You will also need to ensure that your database uses UTF-8 as the default character set. If your database server doesn't use UTF-8 as a default charset, -you will need to include a value for ``TEST_CHARSET`` in the settings +you will need to include a value for :setting:`TEST_CHARSET` in the settings dictionary for the applicable database. Running only some of the tests diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 95114fb78b..01e4500178 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -170,9 +170,9 @@ their deprecation, as per the :ref:`Django deprecation policy and :class:`django.contrib.auth.context_processors.PermLookupDict`, respectively. - * The ``MEDIA_URL`` or ``STATIC_URL`` settings are required to end - with a trailing slash to ensure there is a consistent way to - combine paths in templates. + * The :setting:`MEDIA_URL` or :setting:`STATIC_URL` settings are + required to end with a trailing slash to ensure there is a consistent + way to combine paths in templates. * 1.6 * The compatibility modules ``django.utils.copycompat`` and -- cgit v1.3