index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
postgres
/
forms
/
jsonb.py
Age
Commit message (
Expand
)
Author
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2017-11-11
Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider Tr...
shanghui
2017-09-25
Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-11-15
Refs #27003 -- Fixed JSONField crash on converted values.
Brandon Chinn
2016-07-27
Fixed #26949 -- Fixed crash of disabled forms.JSONField.
Olexander Yermakov
2016-06-13
Fixed #26748 -- Allowed overriding JSONField's widget with an attribute.
Charlie Denton
2016-04-01
Fixed #25532 -- Properly redisplayed JSONField form input values
Claude Paroz
2015-05-30
Fixed #24604 -- Added JSONField to contrib.postgres.
Marc Tamlyn