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
This commit is contained in:
parent
0c4385bb02
commit
f2aaa3d1d1
|
@ -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
|
``TEST_DATABASE_COLLATION`` setting. Refer to the settings_ documentation for
|
||||||
details of these advanced settings.
|
details of these advanced settings.
|
||||||
|
|
||||||
.. _settings: ../settings.txt
|
.. _settings: ../settings/
|
||||||
|
|
||||||
The test database is created by the user in the ``DATABASE_USER`` setting.
|
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
|
This user needs to have sufficient privileges to create a new database on the
|
||||||
|
|
Loading…
Reference in New Issue