summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/hstore.py
AgeCommit message (Expand)Author
2025-10-13Replaced multi-level relative imports with absolute imports in django/.lyova24
2025-06-18Fixed #32770 -- Added system check to ensure django.contrib.postgres is insta...Clifford Gama
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2024-12-05Fixed #35944 -- Handled serialization of Unicode values in ArrayField and HSt...Oleg Sverdlov
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-10-17Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...sage
2019-09-16Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreFi...Simon Charette
2019-08-14Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expres...Mariusz Felisiak
2019-08-01Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...Mariusz Felisiak
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2018-04-03Refs #28577 -- Added check for HStoreField to prevent mutable default.Tim Graham
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
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-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-12-15Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-01-29Fixed #26120 -- Made HStoreField cast keys and values to strings.Greg Chapple
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-07-14Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson
2015-05-30Add HasAnyKeys lookup for HStoreField.Marc Tamlyn
2015-05-13Fixed #24751 -- Fixed HStoreField isnull lookup.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-10Move % addition to lookups, refactor postgres lookups.Marc Tamlyn
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-04Added HStoreField.Marc Tamlyn