mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.7.x] Fixed #23770 -- Changed serialization strategy for floats with respect to NaN and Inf
Thanks to w0rp for the report
Backport of c7c098cf97 from master.
This commit is contained in:
committed by
Baptiste Mispelon
parent
77209e783c
commit
1f50ea730e
@@ -49,3 +49,6 @@ Bugfixes
|
||||
|
||||
* Allowed usage of ``DateTimeField()`` as ``Transform.output_field``
|
||||
(:ticket:`23420`).
|
||||
|
||||
* Fixed a migration serializing bug involving ``float("nan")`` and
|
||||
``float("inf")`` (:ticket:23770:).
|
||||
|
||||
Reference in New Issue
Block a user