0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

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
This commit is contained in:
Timo Graham 2012-02-05 15:53:09 +00:00
parent 9f95d79cee
commit 0ccbb5356a

View File

@ -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)::