diff options
| author | Tim Graham <timograham@gmail.com> | 2014-04-19 21:39:08 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-19 21:41:28 -0400 |
| commit | 0086c9eb48101b6dabefa7f9195ac7d197780f09 (patch) | |
| tree | 5b339c64c6f7d9018ddd820aefab7b7be109f313 /docs/topics/testing | |
| parent | bc5d568e1e5c8f109bc83c1cdd943de60b66f763 (diff) | |
[1.7.x] Fixed #22417 -- Added additional documentation for refs #16969.
Thanks Jon Foster for the report.
Backport of 1b3a3fc1e4 from master
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/overview.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index 4c7e67c4b1..db7c074a4f 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -173,6 +173,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 |
