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
/
fields
/
hstore.py
Age
Commit message (
Expand
)
Author
2019-09-16
[1.11.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON...
Simon Charette
2019-08-14
[1.11.x] Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms ...
Mariusz Felisiak
2019-07-31
[1.11.x] Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and inde...
Mariusz Felisiak
2016-12-15
Fixed #27582 -- Allowed HStoreField to store null values.
David Hoffman
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-01-29
Fixed #26120 -- Made HStoreField cast keys and values to strings.
Greg Chapple
2015-09-21
Fixed #24629 -- Unified Transform and Expression APIs
Josh Smeaton
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-05-30
Add HasAnyKeys lookup for HStoreField.
Marc Tamlyn
2015-05-13
Fixed #24751 -- Fixed HStoreField isnull lookup.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-10
Move % addition to lookups, refactor postgres lookups.
Marc Tamlyn
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-04
Added HStoreField.
Marc Tamlyn