mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch.
This commit is contained in:
parent
3cbb7590cb
commit
3a44e20005
7 changed files with 18 additions and 18 deletions
|
@ -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::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue