1
0
mirror of https://github.com/django/django.git synced 2025-04-15 12:54:38 +00:00

[1.5.X] Fixed wording in unit tests documentation.

Backport of 42b9feb2e79546e1d4362c3a4f0043f3c569ace3 from master.
This commit is contained in:
Baptiste Mispelon 2013-09-25 18:20:33 +02:00
parent f3853172a4
commit 43ab759ce3

View File

@ -65,8 +65,8 @@ two databases:
If you're using a backend that isn't SQLite, you will need to provide other
details for each database:
* The :setting:`USER` option for each of your databases needs to
specify an existing user account for the database.
* The :setting:`USER` option needs to specify an existing user account
for the database.
* The :setting:`PASSWORD` option needs to provide the password for
the :setting:`USER` that has been specified.