Skip to content

Commit

Permalink
[1.3.X] Fixed #17571 - Fixed documentation of skipUnlessDBFeature; th…
Browse files Browse the repository at this point in the history
…anks 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
  • Loading branch information
timgraham committed Feb 5, 2012
1 parent 46c08c8 commit a7a703d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/testing.txt
Expand Up @@ -1586,7 +1586,7 @@ skipUnlessDBFeature
Skip the decorated test if the named database feature is *not* Skip the decorated test if the named database feature is *not*
supported. 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* supports transactions (e.g., it would run under PostgreSQL, but *not*
under MySQL with MyISAM tables):: under MySQL with MyISAM tables)::


Expand Down

0 comments on commit a7a703d

Please sign in to comment.