From 3a44e20005e654affea89af49d82532d4d55e4a7 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 28 Aug 2014 08:44:26 +0200 Subject: Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs #20739. Thanks Raphaƫl Hertzog for the report and the initial patch. --- docs/topics/testing/tools.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/topics/testing') diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 70cbbdabfe..60bd082d07 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -783,9 +783,9 @@ out the `full reference`_ for more details. If you use the ``staticfiles`` app in your project and need to perform live testing then you might want to consider using the - :class:`~django.contrib.staticfiles.testing.StaticLiveServerCase` subclass - shipped with it instead because it's the one that implements the original - behavior now. See :ref:`the relevant documentation + :class:`~django.contrib.staticfiles.testing.StaticLiveServerTestCase` + subclass shipped with it instead because it's the one that implements the + original behavior now. See :ref:`the relevant documentation ` for more details. .. note:: -- cgit v1.3