shanghui
|
1907fc9b12
|
Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider True/1 values as different.
|
2017-11-11 19:45:23 -05:00 |
Tim Graham
|
98706bb35e
|
Refs #27857 -- Replaced json.loads() ValueError exception catching with JSONDecodeError.
|
2017-09-25 17:11:06 -04:00 |
Claude Paroz
|
c651331b34
|
Converted usage of ugettext* functions to their gettext* aliases
Thanks Tim Graham for the review.
|
2017-02-07 09:04:04 +01:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
Brandon Chinn
|
eed6150009
|
Refs #27003 -- Fixed JSONField crash on converted values.
|
2016-11-15 18:43:55 -05:00 |
Olexander Yermakov
|
68de48c963
|
Fixed #26949 -- Fixed crash of disabled forms.JSONField.
|
2016-07-27 08:14:14 -04:00 |
Charlie Denton
|
f2c0eb19e9
|
Fixed #26748 -- Allowed overriding JSONField's widget with an attribute.
|
2016-06-13 08:09:54 -04:00 |
Claude Paroz
|
db19619545
|
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.
|
2016-04-01 09:04:20 +02:00 |
Marc Tamlyn
|
33ea472f69
|
Fixed #24604 -- Added JSONField to contrib.postgres.
|
2015-05-30 23:10:30 +01:00 |