summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2015-09-10 15:41:26 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2015-09-10 15:41:26 +0200
commita32206b3650c5ce18c0a06eb0eb40abc8becfa58 (patch)
treed3d04058e44a7080d3fcaa637bb3afa31ba4c3e4 /docs/ref
parent710b4a70321148b470bf55c73d81170f07c839f9 (diff)
Documented that the parallel test runner doesn't work on Windows.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index dff48ac460..26702d7db7 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1289,7 +1289,8 @@ correctly:
$ pip install tblib
-This feature isn't available on Oracle.
+This feature isn't available on Windows. It doesn't work with the Oracle
+database backend either.
.. warning::