summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/signals.py
AgeCommit message (Expand)Author
2017-09-19Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation.Tim Graham
2017-09-15Fixed #28334 -- Added caching for hstore/citext OIDs.Igor Gumenyuk
2017-05-04Fixed #28161 -- Fixed return type of ArrayField(CITextField()).Simon Charette
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-04Added HStoreField.Marc Tamlyn