summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/hstore.py
AgeCommit message (Expand)Author
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