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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals/contributing/writing-code') 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 -- cgit v1.3