summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNadège Michel <michel.nadege@gmail.com>2016-12-06 20:38:43 +0100
committerTim Graham <timograham@gmail.com>2017-02-09 19:08:32 -0500
commitbece837829eafbc22f2598dadf82c9a8364b085a (patch)
tree5dbe0327726551b6c3f5defd2a838b1add963867 /docs
parentc4e2fc5d9872c9a0c9c052a2e124f8a9b87de9b4 (diff)
Fixed #20238 -- Added threading support to LiveServerTestCase.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 6b775bec80..818a8ada87 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -193,7 +193,7 @@ Templates
Tests
~~~~~
-* ...
+* Added threading support to :class:`~django.test.LiveServerTestCase`.
URLs
~~~~