mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516
Backport of f56f6cfa58
from master
This commit is contained in:
parent
cd914175c8
commit
5489fc47df
8 changed files with 34 additions and 35 deletions
|
@ -195,9 +195,9 @@ entirely!). If you want to use a different database name, specify
|
|||
|
||||
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`, :setting:`USER`, :setting:`HOST`, etc. The test
|
||||
database is created by the user specified by :setting:`USER`, so you'll need
|
||||
to make sure that the given user account has sufficient privileges to
|
||||
:setting:`ENGINE <DATABASE-ENGINE>`, :setting:`USER`, :setting:`HOST`, etc. The
|
||||
test database is created by the user specified by :setting:`USER`, so you'll
|
||||
need to make sure that the given user account has sufficient privileges to
|
||||
create a new database on the system.
|
||||
|
||||
For fine-grained control over the character encoding of your test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue