From 65dc51867306de485944735c94b1b39dc197ee56 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 12 Oct 2010 07:53:37 +0000 Subject: [PATCH] Refs #12991 -- Added release note about deprecation of DjangoTestRunner. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14186 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.3.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt index 6da8219aac..bb71b0cf68 100644 --- a/docs/releases/1.3.txt +++ b/docs/releases/1.3.txt @@ -167,3 +167,13 @@ In Django 1.3 the :attr:`~django.test.client.Response.template` attribute is deprecated in favor of a new :attr:`~django.test.client.Response.templates` attribute, which is always a list, even if it has only a single element or no elements. + +``DjangoTestRunner`` +~~~~~~~~~~~~~~~~~~~~ + +As a result of the introduction of support for unittest2, the features +of :class:`django.test.simple.DjangoTestRunner` (including fail-fast +and Ctrl-C test termination) have been made redundant. In view of this +redundancy, :class:`~django.test.simple.DjangoTestRunner` has been +turned into an empty placeholder class, and will be removed entirely +in Django 1.5.