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
This commit is contained in:
Jacob Kaplan-Moss 2009-12-13 17:32:16 +00:00
parent cafb12464b
commit 6a7db77e95
1 changed files with 3 additions and 1 deletions

View File

@ -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.