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:
parent
cafb12464b
commit
6a7db77e95
|
@ -697,7 +697,9 @@ Runs tests for all installed models. See :ref:`topics-testing` for more
|
||||||
information.
|
information.
|
||||||
|
|
||||||
--failfast
|
--failfast
|
||||||
~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
|
.. versionadded:: 1.2
|
||||||
|
|
||||||
Use the ``--failfast`` option to stop running tests and report the failure
|
Use the ``--failfast`` option to stop running tests and report the failure
|
||||||
immediately after a test fails.
|
immediately after a test fails.
|
||||||
|
|
Loading…
Reference in New Issue