From c7c098cf97fbb1416f302c76799058ad63a5f7aa Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Thu, 6 Nov 2014 12:29:43 +0100 Subject: Fixed #23770 -- Changed serialization strategy for floats with respect to NaN and Inf Thanks to w0rp for the report --- docs/releases/1.7.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index eaaf15507a..3d9a74616b 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -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:). -- cgit v1.3