mirror of https://github.com/django/django.git
[1.6.X] Fixed wording in unit tests documentation.
Backport of 42b9feb2e7
from master.
This commit is contained in:
parent
e5dc08f2db
commit
5207928151
|
@ -63,8 +63,8 @@ two databases:
|
||||||
If you're using a backend that isn't SQLite, you will need to provide other
|
If you're using a backend that isn't SQLite, you will need to provide other
|
||||||
details for each database:
|
details for each database:
|
||||||
|
|
||||||
* The :setting:`USER` option for each of your databases needs to
|
* The :setting:`USER` option needs to specify an existing user account
|
||||||
specify an existing user account for the database.
|
for the database.
|
||||||
|
|
||||||
* The :setting:`PASSWORD` option needs to provide the password for
|
* The :setting:`PASSWORD` option needs to provide the password for
|
||||||
the :setting:`USER` that has been specified.
|
the :setting:`USER` that has been specified.
|
||||||
|
|
Loading…
Reference in New Issue