1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #20238 -- Added threading support to LiveServerTestCase.

This commit is contained in:
Nadège Michel
2016-12-06 20:38:43 +01:00
committed by Tim Graham
parent c4e2fc5d98
commit bece837829
6 changed files with 44 additions and 3 deletions

View File

@@ -193,7 +193,7 @@ Templates
Tests
~~~~~
* ...
* Added threading support to :class:`~django.test.LiveServerTestCase`.
URLs
~~~~