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 15:15:24 -0500
commit6f86d8bc69aa88a82e1291b4f545184fd9572d9d (patch)
treee57becd497f657f7df2608b4fe87a2ed799e2276 /docs
parent7c939ae6e461323ad63aae105182768611ff0a94 (diff)
[2.0.x] Fixed #28941 -- Fixed crash in testserver command startup.
Regression in 2b09e4c88e96cb03b29f5a6b0e4838ab4271e631. Backport of e7b804c060a1f9fc089cf935801aa85b09db062b from master
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`).