Fixed #28941 -- Fixed crash in testserver command startup.

Regression in 2b09e4c88e.
This commit is contained in:
Tim Graham 2017-12-20 13:08:45 -05:00
parent c8a85e3e91
commit e7b804c060
3 changed files with 31 additions and 1 deletions

View file

@ -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`).