summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Phalip <jphalip@gmail.com>2011-09-02 03:47:49 +0000
committerJulien Phalip <jphalip@gmail.com>2011-09-02 03:47:49 +0000
commit5c1b4ab75b487d7cb77ba1959a7e576f05ca4618 (patch)
tree3fc2619bbb65e8a9569441abc7821b91236830bf
parentde35a3ab14ca2fb88b4524c8ea0ebaa9e28eb85b (diff)
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
-rw-r--r--docs/ref/settings.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index d6a4203717..7b3f510c49 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -604,9 +604,9 @@ This is an Oracle-specific setting.
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``.
-.. setting:: TEST_CREATE_USER
+.. setting:: TEST_USER_CREATE
-TEST_CREATE_USER
+TEST_USER_CREATE
~~~~~~~~~~~~~~~~
Default: ``True``