summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2014-11-06 12:29:43 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2014-11-06 15:30:30 +0100
commitc7c098cf97fbb1416f302c76799058ad63a5f7aa (patch)
treef2999e18d173ecf17161b1b61578b284f2607c79 /docs
parentb07aa52e8a8e4c7fdc7265f75ce2e7992e657ae9 (diff)
Fixed #23770 -- Changed serialization strategy for floats with respect to NaN and Inf
Thanks to w0rp for the report
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
1 files changed, 3 insertions, 0 deletions
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:).