summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/forms/hstore.py
AgeCommit message (Expand)Author
2015-08-07Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.Tim Graham
2015-08-04Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...Curtis Maloney
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