diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-05-29 18:15:24 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-05-29 18:15:24 +0000 |
| commit | f2aaa3d1d16a6b7f789db054f9636a7ac33184fc (patch) | |
| tree | dc61cbd3577e531a86e6199ca8b81395ef684a04 /docs/testing.txt | |
| parent | 0c4385bb02a839147bebe8d3ac25a35a17528a04 (diff) | |
Fixed #4420 -- Fixed broken link in docs/testing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5383 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/testing.txt')
| -rw-r--r-- | docs/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.txt b/docs/testing.txt index d36d5204e2..4a6d5694f5 100644 --- a/docs/testing.txt +++ b/docs/testing.txt @@ -579,7 +579,7 @@ control the particular collation used by the test database with the ``TEST_DATABASE_COLLATION`` setting. Refer to the settings_ documentation for details of these advanced settings. -.. _settings: ../settings.txt +.. _settings: ../settings/ The test database is created by the user in the ``DATABASE_USER`` setting. This user needs to have sufficient privileges to create a new database on the |
