diff options
| author | Timo Graham <timograham@gmail.com> | 2012-02-05 15:54:01 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2012-02-05 15:54:01 +0000 |
| commit | a7a703dbdcf5778e97126db9a6ddba1f855c8230 (patch) | |
| tree | 20385e1a2b63fd09aa60d31bbf9167835deedeb1 | |
| parent | 46c08c8f951d2a5c662cc38f5a61bd22fa417a05 (diff) | |
[1.3.X] Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnTeQuAk for the report.
Backport of r17459 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17460 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/topics/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index 0a86f0d1b9..8262b576fd 100644 --- a/docs/topics/testing.txt +++ b/docs/topics/testing.txt @@ -1586,7 +1586,7 @@ skipUnlessDBFeature 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):: |
