mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed wording in unit tests documentation.
This commit is contained in:
parent
6d3faba2d2
commit
42b9feb2e7
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue