diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-08-28 08:44:26 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-08-28 08:46:54 +0200 |
| commit | 9ac713645bb870c45d7aaf16b003e392f62d4ea3 (patch) | |
| tree | 446fb9c27db23eb141a65acb59b93eede185259a /docs/ref | |
| parent | 4883516bea2aebff38b193f4c9707928040d0f8a (diff) | |
[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
Refs #20739. Thanks Raphaƫl Hertzog for the report and the initial
patch.
Backport of 3a44e2000 from master.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/staticfiles.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index 961abf5c5d..c24c8fcf66 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -487,7 +487,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`. @@ -504,5 +504,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`. |
