summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-12-20 13:08:45 -0500
committerTim Graham <timograham@gmail.com>2017-12-20 14:38:06 -0500
commite7b804c060a1f9fc089cf935801aa85b09db062b (patch)
treed6cb8bff6cf0881048215c0d8d5b23773fdd8893 /docs
parentc8a85e3e91bf829671b4a8cbd105fbabce945174 (diff)
Fixed #28941 -- Fixed crash in testserver command startup.
Regression in 2b09e4c88e96cb03b29f5a6b0e4838ab4271e631.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.0.1.txt b/docs/releases/2.0.1.txt
index f763691464..9d2163b2b6 100644
--- a/docs/releases/2.0.1.txt
+++ b/docs/releases/2.0.1.txt
@@ -29,3 +29,5 @@ Bugfixes
* Fixed a regression on SQLite where ``DecimalField`` returned a result with
trailing zeros in the fractional part truncated (:ticket:`28915`).
+
+* Fixed crash in the ``testserver`` command startup (:ticket:`28941`).