mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[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.
			
			
This commit is contained in:
		| @@ -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:: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user