summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/forms/hstore.py
AgeCommit message (Expand)Author
2024-05-10Fixed #35436 -- Fixed displaying Unicode chars in forms.HStoreField.SaJH
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-09-25Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...Tim Graham
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-12-15Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman
2016-06-02Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashin...Brad Melin
2015-08-07Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.Tim Graham
2015-08-04Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...Curtis Maloney
2015-05-24Fixed #24844 -- Corrected has_changed implementation for HStoreField.Andrea Grandi
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-04Added HStoreField.Marc Tamlyn