From 6a7db77e957ab00445982484e553a65dc691604a Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Sun, 13 Dec 2009 17:32:16 +0000 Subject: [PATCH] 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 --- docs/ref/django-admin.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.