mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Thanks Jon Foster for the report.
This commit is contained in:
parent
956bd64424
commit
1b3a3fc1e4
2 changed files with 9 additions and 0 deletions
|
@ -158,6 +158,11 @@ entirely!). If you want to use a different database name, specify
|
|||
:setting:`NAME <TEST_NAME>` in the :setting:`TEST <DATABASE-TEST>`
|
||||
dictionary for any given database in :setting:`DATABASES`.
|
||||
|
||||
.. versionchanged:: 1.7
|
||||
|
||||
On PostgreSQL, :setting:`USER` will also need read access to the built-in
|
||||
``postgres`` database.
|
||||
|
||||
Aside from using a separate database, the test runner will otherwise
|
||||
use all of the same database settings you have in your settings file:
|
||||
:setting:`ENGINE <DATABASE-ENGINE>`, :setting:`USER`, :setting:`HOST`, etc. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue