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/ref/contrib/staticfiles.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index 245de1c601..9328ac2f85 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -488,7 +488,7 @@ files in app directories. Specialized test case to support 'live testing' ----------------------------------------------- -.. class:: testing.StaticLiveServerCase +.. class:: testing.StaticLiveServerTestCase This unittest TestCase subclass extends :class:`django.test.LiveServerTestCase`. @@ -505,5 +505,5 @@ transparently overlay at test execution-time the assets provided by the .. versionadded:: 1.7 - ``StaticLiveServerCase`` is new in Django 1.7. Previously its functionality - was provided by :class:`django.test.LiveServerTestCase`. + ``StaticLiveServerTestCase`` is new in Django 1.7. Previously its + functionality was provided by :class:`django.test.LiveServerTestCase`. -- cgit v1.3