diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2009-12-13 17:32:16 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2009-12-13 17:32:16 +0000 |
| commit | 6a7db77e957ab00445982484e553a65dc691604a (patch) | |
| tree | 53934ee2efb5ea9c438d7a27f6ebd4bb08c04518 /docs/ref/django-admin.txt | |
| parent | cafb12464bf26d379c88b02b362528fd84481671 (diff) | |
Fixed a reST error from [11843] and added a versionadded directive.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 74f4656617..dc18f350c4 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -697,7 +697,9 @@ Runs tests for all installed models. See :ref:`topics-testing` for more information. --failfast -~~~~~~~~ +~~~~~~~~~~ + +.. versionadded:: 1.2 Use the ``--failfast`` option to stop running tests and report the failure immediately after a test fails. |
