From e7b804c060a1f9fc089cf935801aa85b09db062b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 20 Dec 2017 13:08:45 -0500 Subject: Fixed #28941 -- Fixed crash in testserver command startup. Regression in 2b09e4c88e96cb03b29f5a6b0e4838ab4271e631. --- docs/releases/2.0.1.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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`). -- cgit v1.3