summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_hstore.py
AgeCommit message (Expand)Author
2016-02-16[1.8.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz
2015-08-07[1.8.x] Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial v...Tim Graham
2015-08-04[1.8.x] Fixed #25215 -- Solved reference to forms.HStoreField in declaration ...Curtis Maloney
2015-06-06[1.8.x] Added missing tests for transforms usage with subquery for PostgreSQL...Andriy Sokolovskiy
2015-05-25Fixed #24844 -- Corrected has_changed implementation for HStoreField.Andrea Grandi
2015-05-13[1.8.x] Fixed #24751 -- Fixed HStoreField isnull lookup.Tim Graham
2015-02-17[1.8.x] Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.Tim Graham
2014-11-04Added HStoreField.Marc Tamlyn