diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-05-29 17:41:04 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-05-29 17:41:04 +0000 |
| commit | 49f57a5d28c175b24c215e6329f5fc12a5cccc34 (patch) | |
| tree | c29b6833a0f3069d08a72dd2cafb025ca237ce5e /docs/internals/contributing/writing-code | |
| parent | 61da3cc47ae9f0c02fc8469f81d77dbd8b3c8961 (diff) | |
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
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
