summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/signals.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation.Tim Graham2017-09-191-1/+2
* Fixed #28334 -- Added caching for hstore/citext OIDs.Igor Gumenyuk2017-09-151-6/+34
* Fixed #28161 -- Fixed return type of ArrayField(CITextField()).Simon Charette2017-05-041-1/+16
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-6/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Added HStoreField.Marc Tamlyn2014-11-041-0/+25