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/howto/static-files/index.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/howto') diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt index 3bf05acdcf..d05ae6afc5 100644 --- a/docs/howto/static-files/index.txt +++ b/docs/howto/static-files/index.txt @@ -152,7 +152,7 @@ file-serving functionality: It doesn't know about the finders feature of the collected under :setting:`STATIC_ROOT`. Because of this, ``staticfiles`` ships its own -:class:`django.contrib.staticfiles.testing.StaticLiveServerCase`, a subclass +:class:`django.contrib.staticfiles.testing.StaticLiveServerTestCase`, a subclass of the built-in one that has the ability to transparently serve all the assets during execution of these tests in a way very similar to what we get at development time with ``DEBUG = True``, i.e. without having to collect them @@ -160,8 +160,8 @@ using :djadmin:`collectstatic` first. .. versionadded:: 1.7 - :class:`django.contrib.staticfiles.testing.StaticLiveServerCase` is new in - Django 1.7. Previously its functionality was provided by + :class:`django.contrib.staticfiles.testing.StaticLiveServerTestCase` is new + in Django 1.7. Previously its functionality was provided by :class:`django.test.LiveServerTestCase`. Deployment -- cgit v1.3