mirror of
https://github.com/django/django.git
synced 2025-02-23 16:24:46 +00:00
Fixed #16729 -- Fixed a small typo in the settings reference doc. Thanks to simon.cruanes.2007@m4x.org for the report and to Aymeric Augustin for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16716 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
de35a3ab14
commit
5c1b4ab75b
@ -604,9 +604,9 @@ This is an Oracle-specific setting.
|
|||||||
The username to use when connecting to the Oracle database that will be used
|
The username to use when connecting to the Oracle database that will be used
|
||||||
when running tests. If not provided, Django will use ``'test_' + USER``.
|
when running tests. If not provided, Django will use ``'test_' + USER``.
|
||||||
|
|
||||||
.. setting:: TEST_CREATE_USER
|
.. setting:: TEST_USER_CREATE
|
||||||
|
|
||||||
TEST_CREATE_USER
|
TEST_USER_CREATE
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Default: ``True``
|
Default: ``True``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user