Commit 6a7db77e authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

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
parent cafb1246
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.