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
/
hstore.py
Age
Commit message (
Expand
)
Author
2024-05-10
Fixed #35436 -- Fixed displaying Unicode chars in forms.HStoreField.
SaJH
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
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-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-12-15
Fixed #27582 -- Allowed HStoreField to store null values.
David Hoffman
2016-06-02
Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashin...
Brad Melin
2015-08-07
Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.
Tim Graham
2015-08-04
Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...
Curtis Maloney
2015-05-24
Fixed #24844 -- Corrected has_changed implementation for HStoreField.
Andrea Grandi
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-04
Added HStoreField.
Marc Tamlyn