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