summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/hstore.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-18/+19
* Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...sage2019-10-171-2/+1
* Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreFi...Simon Charette2019-09-161-1/+1
* Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expres...Mariusz Felisiak2019-08-141-1/+1
* Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...Mariusz Felisiak2019-08-011-1/+1
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-1/+1
* Refs #28577 -- Added check for HStoreField to prevent mutable default.Tim Graham2018-04-031-1/+4
* Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope2017-12-111-4/+3
* Refs #27795 -- Replaced many force_text() with str()Claude Paroz2017-04-271-4/+3
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-5/+5
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-3/+2
* Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman2016-12-151-3/+3
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed #26120 -- Made HStoreField cast keys and values to strings.Greg Chapple2016-01-291-0/+17
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-211-2/+2
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-2/+1
* Add HasAnyKeys lookup for HStoreField.Marc Tamlyn2015-05-301-12/+3
* Fixed #24751 -- Fixed HStoreField isnull lookup.Tim Graham2015-05-131-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Move % addition to lookups, refactor postgres lookups.Marc Tamlyn2015-01-101-52/+12
* Renamed qn to compilerJosh Smeaton2014-11-161-18/+18
* Added HStoreField.Marc Tamlyn2014-11-041-0/+145