summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-08-28 08:44:26 +0200
committerClaude Paroz <claude@2xlibre.net>2014-08-28 08:44:26 +0200
commit3a44e20005e654affea89af49d82532d4d55e4a7 (patch)
tree03650701959998a65b68544c452a291b6dd7333d /docs/topics
parent3cbb7590cb0ece38f665b516db30cd5a9431f8c8 (diff)
Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
Refs #20739. Thanks Raphaƫl Hertzog for the report and the initial patch.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/testing/tools.txt6
1 files changed, 3 insertions, 3 deletions
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
<staticfiles-testing-support>` for more details.
.. note::