diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-12-05 01:54:15 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-12-05 01:54:15 +0000 |
| commit | b0d9eaaa6a2cd3670bc005a5a95a44790794ccad (patch) | |
| tree | 82dadcafb1839ff31483b7069ec16502cfd683a5 /docs/ref | |
| parent | 778782eac81c95c5fb8a70604ed8c3da0d8bd1f7 (diff) | |
[1.2.X] Fixed #14799 -- Provided a full solution for test database creation order problems.
Backport of r14822, r14823 and r14824 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 80004a23d7..2b73d4cbf6 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -380,6 +380,20 @@ Only supported for the ``mysql`` backend (see the `MySQL manual`_ for details). .. _MySQL manual: MySQL_ +.. setting:: TEST_DEPENDENCIES + +TEST_DEPENDENCIES +~~~~~~~~~~~~~~~~~ + +.. versionadded:: 1.2.4 + +Default: ``['default']``, for all databases other than ``default``, +which has no dependencies. + +The creation-order dependencies of the database. See the documentation +on :ref:`controlling the creation order of test databases +<topics-testing-creation-dependencies>` for details. + .. setting:: TEST_MIRROR TEST_MIRROR |
