mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #28941 -- Fixed crash in testserver command startup.
Regression in 2b09e4c88e
.
This commit is contained in:
parent
c8a85e3e91
commit
e7b804c060
3 changed files with 31 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue