diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2014-11-06 12:29:43 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2014-11-06 15:31:30 +0100 |
| commit | 1f50ea730e250acdc9f62f1ce1a769296fc20bb8 (patch) | |
| tree | 7f718aa36cc5b207178b07278b5b5673b08d4382 /docs | |
| parent | 77209e783ce085dd9642167cbd60089b742dd55e (diff) | |
[1.7.x] Fixed #23770 -- Changed serialization strategy for floats with respect to NaN and Inf
Thanks to w0rp for the report
Backport of c7c098cf97fbb1416f302c76799058ad63a5f7aa from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 3 |
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:). |
