summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2012-02-05 15:53:09 +0000
committerTimo Graham <timograham@gmail.com>2012-02-05 15:53:09 +0000
commit0ccbb5356ab77ba33750982e7ac3963e5d1c314f (patch)
treefd044749b58936b4a0a0ff7ee979625dcc359f8d /docs
parent9f95d79cee4130c653fef5c6709a73036c661333 (diff)
Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnTeQuAk for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
index f7c906b3e6..a9c8635024 100644
--- a/docs/topics/testing.txt
+++ b/docs/topics/testing.txt
@@ -1818,7 +1818,7 @@ it would under MySQL with MyISAM tables)::
Skip the decorated test if the named database feature is *not*
supported.
-For example, the following test will not be executed if the database
+For example, the following test will only be executed if the database
supports transactions (e.g., it would run under PostgreSQL, but *not*
under MySQL with MyISAM tables)::