mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
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.
This commit is contained in:
parent
64aba7a8ab
commit
db19619545
4 changed files with 52 additions and 4 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue