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/topics/testing | |
| 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/topics/testing')
| -rw-r--r-- | docs/topics/testing/tools.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 680e6aca6c..9f4329c762 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -773,9 +773,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 <staticfiles-testing-support>` for more details. .. note:: |
