From db19619545dd99a1d2502c72974d79eca33acff7 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 26 Mar 2016 20:11:57 +0100 Subject: Fixed #25532 -- Properly redisplayed JSONField form input values Thanks David Szotten for the report and Tommy Beadle for code inspiration. Thanks Tim Graham for the review. --- docs/releases/1.9.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.9.5.txt b/docs/releases/1.9.5.txt index fc2c6cea03..ddd5fd5551 100644 --- a/docs/releases/1.9.5.txt +++ b/docs/releases/1.9.5.txt @@ -46,3 +46,6 @@ Bugfixes * Fixed a migrations crash on SQLite when renaming the primary key of a model containing a ``ForeignKey`` to ``'self'`` (:ticket:`26384`). + +* Fixed ``JSONField`` inadvertently escaping its contents when displaying values + after failed form validation (:ticket:`25532`). -- cgit v1.3